Skip to content

Commit 88b6c23

Browse files
committed
Fix log4j logger level
This was a leftover from my last commit and I shouldn't have merged it.
1 parent 86364f8 commit 88b6c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/src/config/log4j2.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ appender.rolling.strategy.action.condition.glob = ${sys:es.logs.cluster_name}-*
3030
appender.rolling.strategy.action.condition.nested_condition.type = IfAccumulatedFileSize
3131
appender.rolling.strategy.action.condition.nested_condition.exceeds = 2GB
3232

33-
rootLogger.level = debug
33+
rootLogger.level = info
3434
rootLogger.appenderRef.console.ref = console
3535
rootLogger.appenderRef.rolling.ref = rolling
3636

0 commit comments

Comments
 (0)