Skip to content

Commit

Permalink
Fix daemon log file for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Nov 6, 2020
1 parent 97cde29 commit 2deea59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/src/test/resources/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.home}/daemon/daemon-${daemon.uid}.log</file>
<file>${mvnd.daemon.storage}/daemon-${daemon.uid}.log</file>
<encoder>
<pattern>%d{HH:mm:ss.SSS} %.-1level %msg%n</pattern>
</encoder>
Expand Down

0 comments on commit 2deea59

Please sign in to comment.