Skip to content

Commit

Permalink
Fixup 3009d93 Fix the daemon logs that have disappeared
Browse files Browse the repository at this point in the history
ppalaga committed Nov 18, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 63d5925 commit 032a93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/src/test/resources/logback/logback.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 032a93c

Please sign in to comment.