Skip to content

Commit

Permalink
#21 add newline character back in so we can parse the logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyweston committed Jan 1, 2018
1 parent 5bf39c2 commit 24d4737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/log4j2.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ logger.application.appenderRef.console.ref = console
logger.application.appenderRef.file.ref = file
logger.application.additivity = false

property.pattern = %d{yyyy-MM-dd HH:mm:ss:SSS} [%t] %level %msg%n
property.pattern = \u0000%d{yyyy-MM-dd HH:mm:ss:SSS} [%t] %level %msg%n

appender.console.type = Console
appender.console.name = console
Expand Down

0 comments on commit 24d4737

Please sign in to comment.