Skip to content

Commit

Permalink
The daemon should scan the logback config file
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Feb 16, 2023
1 parent c93ee17 commit b2dc62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/src/main/distro/conf/logging/logback-daemon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
| * overall build.log file includes all build log messages
| * project-specific build.log files include corresponding project build log messages
-->
<configuration>
<configuration scan="true">
<contextListener class="ch.qos.logback.classic.jul.LevelChangePropagator" />

<appender name="DAEMON" class="ch.qos.logback.core.FileAppender">
Expand Down

0 comments on commit b2dc62c

Please sign in to comment.