Skip to content

Commit 7ae1941

Browse files
committed
Allow customizing logback config
1 parent 8c5be82 commit 7ae1941

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/main/resources/logback.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<configuration debug="false">
1+
<configuration debug="false" scan="true" scanPeriod="30 seconds">
22

33
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
44
<encoder>
@@ -31,4 +31,6 @@
3131
<appender-ref ref="STDOUT"/>
3232
</logger>
3333

34+
<include optional="true" file="/opt/shinyproxy-operator/logback.xml"/>
35+
3436
</configuration>

0 commit comments

Comments
 (0)