Skip to content

Commit

Permalink
fix(logback): set logback severity back to INFO
Browse files Browse the repository at this point in the history
This matches what the documentation suggests. I guess this
changed by accident in
#667
  • Loading branch information
jenspav committed Oct 10, 2024
1 parent 29e2e45 commit d3b78ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/logback-standalone.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<logger name="io.netty" level="info" />

<variable name="LOG_LEVEL" value="${LOG_LEVEL:-DEBUG}" />
<variable name="LOG_LEVEL" value="${LOG_LEVEL:-INFO}" />
<root level="${LOG_LEVEL}">
<appender-ref ref="STDOUT"/>
</root>
Expand Down

0 comments on commit d3b78ee

Please sign in to comment.