Skip to content

Commit

Permalink
log: Relates #3
Browse files Browse the repository at this point in the history
  • Loading branch information
TabzKid committed Jun 16, 2019
1 parent d3ab5db commit 5a2f24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Appenders>
<Console name="console" target="SYSTEM_OUT">
<PatternLayout
pattern="%d{HH:mm:ss} [%t] %-5level %c{6} - %msg%n"/>
pattern="%highlight{%d{HH:mm:ss} [%t] %-5level %c{6} - %msg%n}{INFO=black, WARN=yellow, FATAL=red}" disableAnsi="false"/>
</Console>
</Appenders>
<Loggers>
Expand Down

0 comments on commit 5a2f24d

Please sign in to comment.