Skip to content

Commit 9189828

Browse files
committed
remove base logging to avoid logs duplication
1 parent 2204c11 commit 9189828

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web/service/src/main/resources/logback.xml renamed to web/service/src/main/resources/logback-spring.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<configuration>
3-
<include resource="org/springframework/boot/logging/logback/base.xml"/>
4-
53
<springProfile name="local">
64
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
75
<encoder>

0 commit comments

Comments
 (0)