Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Add newline after log messages in STDOUT
Browse files Browse the repository at this point in the history
  • Loading branch information
hkkenneth committed Mar 17, 2017
1 parent b8f8055 commit 1a2265c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/logback.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%X{contextID}%d{HH:mm:ss.SSS}%thread%level%logger%line%msg</pattern>
<pattern>%X{contextID}%d{HH:mm:ss.SSS}%thread%level%logger%line%msg%n</pattern>
</encoder>
</appender>

Expand Down

0 comments on commit 1a2265c

Please sign in to comment.