Skip to content

Commit

Permalink
Fix root log level configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Jan 22, 2025
1 parent e01ce30 commit b782c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radar-app-config/src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</appenders>

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

0 comments on commit b782c70

Please sign in to comment.