Skip to content

Commit

Permalink
rolling back log level to INFO. #350 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Madhu Donepudi committed Aug 30, 2019
1 parent dd6b621 commit 1c550db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/server-base/src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</RollingFile>
</Appenders>
<Loggers>
<Root level="DEBUG">
<Root level="INFO">
<AppenderRef ref="RollingFile" />
</Root>
</Loggers>
Expand Down

0 comments on commit 1c550db

Please sign in to comment.