You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use slf4j for logging and currently all queries/parameters are logged in trace level. User may need a customization option to change that to a desired level in one of provided slf4j logging levels.
In nyql.json file, we might introduce an option to specify query logging level like below.
"queryLoggingLevel": "debug"
The text was updated successfully, but these errors were encountered:
We use slf4j for logging and currently all queries/parameters are logged in
trace
level. User may need a customization option to change that to a desired level in one of provided slf4j logging levels.In
nyql.json
file, we might introduce an option to specify query logging level like below.The text was updated successfully, but these errors were encountered: