zio / zio-protoquill

Quill for Scala 3
Apache License 2.0
198 stars 48 forks source link

Flag quill.macro.log does not silence logs about quill dynamic queries #470

Open FabioPinheiro opened 2 weeks ago

FabioPinheiro commented 2 weeks ago

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