Skip to content

Commit

Permalink
Fix the daemon logs that have disappeared
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Nov 17, 2020
1 parent e07f378 commit 3009d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/src/main/distro/conf/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</appender>

<appender name="DAEMON" class="ch.qos.logback.core.FileAppender">
<file>${mvnd.daemon.storage}/daemon-${daemon.uid}.log</file>
<file>${mvnd.daemonStorage}/daemon-${mvnd.uid}.log</file>
<encoder>
<pattern>%d{HH:mm:ss.SSS} %.-1level %msg%n</pattern>
</encoder>
Expand Down

0 comments on commit 3009d93

Please sign in to comment.