Skip to content

Commit

Permalink
log: Relates #2
Browse files Browse the repository at this point in the history
  • Loading branch information
TabzKid committed Jun 16, 2019
1 parent a7f62ae commit d3ab5db
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="[%-5level] %d{dd/MM/yyyy HH:mm:ss.SSS} [%t] %c{1} - %msg%n"/>
pattern="%d{HH:mm:ss} [%t] %-5level %c{6} - %msg%n"/>
</Console>
</Appenders>
<Loggers>
Expand Down

0 comments on commit d3ab5db

Please sign in to comment.