Skip to content

Commit 4328246

Browse files
committed
Disable colours in logs
1 parent 04891a2 commit 4328246

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/main/resources/logback.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
<configuration debug="true" >
1+
<configuration debug="false">
22

33
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
44
<encoder>
5-
<pattern>%highlight(%d{HH:mm:ss.SSS} [%-15.15thread] %-5level %-36logger{36} - %msg%n)</pattern>
5+
<pattern>(%d{HH:mm:ss.SSS} [%-15.15thread] %-5level %-36logger{36} - %msg%n</pattern>
6+
<!--<pattern>%highlight(%d{HH:mm:ss.SSS} [%-15.15thread] %-5level %-36logger{36} - %msg%n)</pattern>-->
67
</encoder>
78
</appender>
89

0 commit comments

Comments
 (0)