zio / zio-protoquill

Quill for Scala 3
Apache License 2.0
209 stars 49 forks source link

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

Open FabioPinheiro opened 4 months ago

FabioPinheiro commented 4 months 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

FabioPinheiro commented 2 months ago

This is blocked by https://github.com/zio/zio-protoquill/pull/473