Closed lambdadbmal closed 1 year ago
Hi,
I want to disable query logs by configuration. Is there any way to do this or change the log level of query log?
I don't want to enable/disable query log per query like issue #3 . I Just want to disable all query logs.
Thank you.
Just don't set the :logger option. If you don't give it a logger, it doesn't log.
:logger
Thank you!
Hi,
I want to disable query logs by configuration. Is there any way to do this or change the log level of query log?
I don't want to enable/disable query log per query like issue #3 . I Just want to disable all query logs.
Thank you.