Skip to content

Commit f21d49b

Browse files
committed
modified logging pattern
1 parent 1a8b7b5 commit f21d49b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/logback-spring.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<property name="LOG_LEVEL" value="INFO"/>
44
<appender name="CONSOLE_PLAIN" class="ch.qos.logback.core.ConsoleAppender">
55
<encoder>
6-
<pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
6+
<pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} %highlight(%-5level) ${PID:- } --- [%thread] %cyan(%logger{39}) %msg%n</pattern>
77
</encoder>
88
</appender>
99
<root level="${LOG_LEVEL}">

0 commit comments

Comments
 (0)