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
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-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
The text was updated successfully, but these errors were encountered:
FabioPinheiro
added a commit
to hyperledger/identus-cloud-agent
that referenced
this issue
Jul 5, 2024
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
The text was updated successfully, but these errors were encountered: