Fix #10405 bug in log4j-cli

(cherry picked from commit 4c044adcf3)
This commit is contained in:
Martin Walk
2025-02-13 14:34:28 +01:00
committed by github-actions[bot]
parent 0417bebac0
commit d9074c8bfa

View File

@@ -25,6 +25,7 @@
<Appender name='A1'
filePattern="${log.dir}/dspace-cli.log-%d{yyyy-MM-dd}"
type='RollingFile'
fileName='${log.dir}/dspace-cli.log'
>
<!-- NOTE: The %equals patterns are providing a default value of "unknown" if "correlationID" or
"requestID" are not currently set in the ThreadContext. -->