The flag -Dquill.macro.log=false is used to disable quill macro info logs.
But the problem is that the logs about quill dynamic query is not silence.
This make the compilation very verbose. Which in turn makes easy to ignore other important warnings.
Version: "4.8.4"Module: quill-doobie and quill-jdbc-zioDatabase: mysql
Expected behavior
I expect the flag quill.macro.log=false to silence all info logs on from quill macros.
Actual behavior
All info log except quill dynamic query are silence.
The flag
-Dquill.macro.log=false
is used to disable quill macro info logs. But the problem is that the logs about quill dynamic query is not silence. This make the compilation very verbose. Which in turn makes easy to ignore other important warnings.Version:
"4.8.4"
Module:quill-doobie
andquill-jdbc-zio
Database:mysql
Expected behavior
I expect the flag
quill.macro.log=false
to silence all info logs on from quill macros.Actual behavior
All info log except quill dynamic query are silence.
Steps to reproduce the behavior
Workaround
@getquill/maintainers