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

@@ -3,7 +3,7 @@
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<layout class="ch.qos.logback.classic.PatternLayout">
<Pattern>
%d{yyyy-MM-dd HH:mm:ss} [%thread] %level %logger{35} - %msg%n
%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
</Pattern>
</layout>
</appender>