Skip to content

Commit

Permalink
revert logback changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadius committed Jan 24, 2025
1 parent 272d139 commit bbb2eba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/test-utils/src/main/resources/logback-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</root>

<!-- let's keep here INFO - if it will produce too many logs, we should rather think if our INFO logs are too much verbose... -->
<logger name="pl.touk.nussknacker" level="${NUSSKNACKER_LOG_LEVEL:-DEBUG}"/>
<logger name="pl.touk.nussknacker" level="${NUSSKNACKER_LOG_LEVEL:-INFO}"/>
<logger name="slick.jdbc.JdbcBackend.statement" level="${SLICK_SQL_LOG_LEVEL:-INFO}"/>
<logger name="slick.jdbc.JdbcBackend.parameter" level="${SLICK_SQL_LOG_LEVEL:-INFO}"/>
<logger name="slick.jdbc.StatementInvoker.result" level="${SLICK_SQL_LOG_LEVEL:-INFO}"/>
Expand Down Expand Up @@ -73,6 +73,7 @@
<!-- skuber by default logs all requests to k8s on INFO -->
<logger name="skuber" level="${SKUBER_LOG_LEVEL:-WARN}"/>
<logger name="com.azure" level="INFO"/>
<!-- these loggers are useful to diagnose docker tests -->
<logger name="org.testcontainers" level="DEBUG"/>
<logger name="tc" level="DEBUG"/>

Expand Down

0 comments on commit bbb2eba

Please sign in to comment.