tamizhvendan/honeyeql

Improve documentation: How to log / debug generated SQL in applications

ieugen opened this issue · 2 comments

Hi,

Working with graphqlize-demo I did not found how to enable logging for the generated SQL.
It would be great if this was available in a documentation section.

I'm thinking of something like the logging found in spring apps which I am familiar with: https://www.baeldung.com/spring-boot-testing-log-level

I should be able to do something like

logging.level.honeyeql=DEBUG 

And see the produced output.

Thanks,
Eugen

As replied in this comment, this will be added in a future release.

Added documentation on how to log & debug.