Skip to content

Commit 17bca99

Browse files
authored
Merge pull request #72 from OpenVoxProject/fix-logback-scan-in-jar
Remove scan="true" from logback.xml files that end up inside JARs
2 parents 9526975 + cd40f06 commit 17bca99

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dev-resources/logback.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<configuration scan="true">
1+
<configuration>
22
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
33
<encoder>
44
<pattern>%d %-5p [%c{2}] %m%n</pattern>

examples/java_service/logback.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<configuration scan="true">
1+
<configuration>
22
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
33
<encoder>
44
<pattern>%d %-5p [%c{2}] %m%n</pattern>

0 commit comments

Comments
 (0)