Skip to content
Snippets Groups Projects
Commit a162ecba authored by Volkan Yazıcı's avatar Volkan Yazıcı
Browse files

Enhance the logging pattern.

parent aca7e594
Loading
<configuration scan="true">
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%level [%logger:%thread] %msg%n</pattern>
<pattern>%date{yyyy-MM-dd HH:mm:ss.S} %-5level [%logger{15}] %msg%n</pattern>
</encoder>
</appender>
<root level="INFO">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment