Skip to content

Commit

Permalink
Fix log4j logger level
Browse files Browse the repository at this point in the history
This was a leftover from my last commit and I shouldn't have merged it.
  • Loading branch information
nik9000 committed May 29, 2018
1 parent 86364f8 commit 88b6c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/src/config/log4j2.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ appender.rolling.strategy.action.condition.glob = ${sys:es.logs.cluster_name}-*
appender.rolling.strategy.action.condition.nested_condition.type = IfAccumulatedFileSize
appender.rolling.strategy.action.condition.nested_condition.exceeds = 2GB

rootLogger.level = debug
rootLogger.level = info
rootLogger.appenderRef.console.ref = console
rootLogger.appenderRef.rolling.ref = rolling

Expand Down

0 comments on commit 88b6c23

Please sign in to comment.