Skip to content

Commit

Permalink
edit log level in log4j2.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
cxntsh committed Aug 26, 2021
1 parent 97d8dd5 commit 23a85a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions zeus-starter/src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@
</appenders>

<loggers>
<logger name="com.dtflys" level="WARN"/>

<Logger name="com.zmops" level="DEBUG" additivity="false">
<Logger name="com.zmops" level="INFO" additivity="false">
<appender-ref ref="Console"/>
<appender-ref ref="RollingFileInfoForLog"/>
</Logger>
Expand Down

0 comments on commit 23a85a3

Please sign in to comment.