Skip to content

Commit

Permalink
Add new line to SES notification log pattern (#141)
Browse files Browse the repository at this point in the history
Log messages need to be separated by a new line.
  • Loading branch information
zimmermatt committed May 8, 2019
1 parent e14d7fa commit 3830b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iep-ses-monitor/src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Configuration status="warn">
<Properties>
<Property name="dfltPattern">%d{yyyy-MM-dd'T'HH:mm:ss.SSS} %-5level [%t] %class: %msg%n</Property>
<Property name="notificationPattern">{"timestamp":"%d{yyyy-MM-dd'T'HH:mm:ss.SSS}","notification":%m}</Property>
<Property name="notificationPattern">{"timestamp":"%d{yyyy-MM-dd'T'HH:mm:ss.SSS}","notification":%m}%n</Property>
</Properties>
<Appenders>
<Console name="notifications" target="SYSTEM_OUT">
Expand Down

0 comments on commit 3830b04

Please sign in to comment.