Skip to content

Commit 933ea62

Browse files
authored
fix(logback): set logback severity back to INFO (#753)
This matches what the documentation suggests. I guess this changed by accident in #667
1 parent 79b4d80 commit 933ea62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/logback-standalone.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

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

13-
<variable name="LOG_LEVEL" value="${LOG_LEVEL:-DEBUG}" />
13+
<variable name="LOG_LEVEL" value="${LOG_LEVEL:-INFO}" />
1414
<root level="${LOG_LEVEL}">
1515
<appender-ref ref="STDOUT"/>
1616
</root>

0 commit comments

Comments
 (0)