mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-12 22:19:11 +00:00
Fix the daemon logs that have disappeared
This commit is contained in:
2
dist/src/main/distro/conf/logback.xml
vendored
2
dist/src/main/distro/conf/logback.xml
vendored
@@ -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>
|
||||
|
Reference in New Issue
Block a user