Skip to content

Commit

Permalink
Fix log format
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRandomLabs committed Dec 27, 2019
1 parent 16a717a commit 34c9f7d
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 @@ -2,7 +2,7 @@
<Configuration status="info">
<Appenders>
<Console name="Console" target="SYSTEM_OUT">
<PatternLayout pattern="[%-5level] %msg%n"/>
<PatternLayout pattern="[%level] %msg%n"/>
</Console>
</Appenders>

Expand Down

0 comments on commit 34c9f7d

Please sign in to comment.