We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b4d80 commit 933ea62Copy full SHA for 933ea62
src/main/resources/logback-standalone.xml
@@ -10,7 +10,7 @@
10
11
<logger name="io.netty" level="info" />
12
13
- <variable name="LOG_LEVEL" value="${LOG_LEVEL:-DEBUG}" />
+ <variable name="LOG_LEVEL" value="${LOG_LEVEL:-INFO}" />
14
<root level="${LOG_LEVEL}">
15
<appender-ref ref="STDOUT"/>
16
</root>
0 commit comments