BAEL-7674: Let's make sure our logging configuration has the same pattern

This commit is contained in:
sachin
2018-08-21 18:22:53 -04:00
parent 6e1e6bf771
commit fb0023286a
64 changed files with 86 additions and 66 deletions

View File

@@ -2,7 +2,7 @@
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern> %date [%thread] %-5level %logger{36} - %message%n
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
</pattern>
</encoder>
</appender>