Skip to content

Commit

Permalink
Making changes in logback.xml (#71)
Browse files Browse the repository at this point in the history
Load logback.xml automatically.
Signed-off-by: Amit-Singh40 <[email protected]>
  • Loading branch information
Amit-Singh40 authored Mar 6, 2024
1 parent b05078d commit af59383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pravega-sensor-collector/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
http://www.apache.org/licenses/LICENSE-2.0
-->
<configuration>
<configuration scan="true" scanPeriod="30 seconds">
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<target>System.out</target>

Expand Down

0 comments on commit af59383

Please sign in to comment.