Skip to content

Commit 76d1518

Browse files
remove duplicate/same logback configs
1 parent 74ec45f commit 76d1518

File tree

3 files changed

+2
-89
lines changed

3 files changed

+2
-89
lines changed

src/main/resources/logback-spring-kubernetes.xml

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/main/resources/logback-spring-test.xml

Lines changed: 0 additions & 47 deletions
This file was deleted.

src/main/resources/logback-spring.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
</springProfile>
1010

1111
<springProfile name="kubernetes">
12-
<include resource="logback-spring-kubernetes.xml"/>
12+
<include resource="logback-spring-docker.xml"/>
1313
</springProfile>
1414

1515
<springProfile name="prod">
1616
<include resource="logback-spring-prod.xml"/>
1717
</springProfile>
1818

1919
<springProfile name="test">
20-
<include resource="logback-spring-test.xml"/>
20+
<include resource="logback-spring-dev.xml"/>
2121
</springProfile>
2222

2323
</configuration>

0 commit comments

Comments
 (0)