mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-29 18:59:11 +01:00
fix rolling policy for release logging
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
<file>${LOGDIR}/scm-manager.log</file>
|
||||
|
||||
<rollingPolicy class="ch.qos.logback.core.rolling.FixedWindowRollingPolicy">
|
||||
<fileNamePattern>scm-manager-%i.log</fileNamePattern>
|
||||
<fileNamePattern>${LOGDIR}/scm-manager-%i.log</fileNamePattern>
|
||||
<minIndex>1</minIndex>
|
||||
<maxIndex>10</maxIndex>
|
||||
</rollingPolicy>
|
||||
|
||||
Reference in New Issue
Block a user