Skip to content

Commit 4712d9a

Browse files
committed
Fix root log level configuration
1 parent 0dcab0c commit 4712d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/log4j2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</appenders>
3030

3131
<loggers>
32-
<root level="INFO">
32+
<root level="${env:LOG4J_LOG_LEVEL:-INFO}">
3333
<appender-ref ref="Console" />
3434
<!-- Note that the Sentry logging threshold is at ERROR level by default -->
3535
<appender-ref ref="Sentry" level="${env:SENTRY_LOG_LEVEL:-ERROR}" />

0 commit comments

Comments
 (0)