Skip to content

Commit af59383

Browse files
authored
Making changes in logback.xml (#71)
Load logback.xml automatically. Signed-off-by: Amit-Singh40 <[email protected]>
1 parent b05078d commit af59383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pravega-sensor-collector/src/main/resources/logback.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
http://www.apache.org/licenses/LICENSE-2.0
1111
1212
-->
13-
<configuration>
13+
<configuration scan="true" scanPeriod="30 seconds">
1414
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
1515
<target>System.out</target>
1616

0 commit comments

Comments
 (0)