|
@@ -36,8 +36,9 @@
|
|
|
</Policies>
|
|
|
<DefaultRolloverStrategy max="10000">
|
|
|
<Delete basePath="./logs/interface" maxDepth="1">
|
|
|
- <IfFileName glob="interface-*.log" />
|
|
|
- <IfAccumulatedFileSize exceeds="10 GB" />
|
|
|
+ <IfFileName glob="interface-*.log">
|
|
|
+ <IfAccumulatedFileSize exceeds="10 GB" />
|
|
|
+ </IfFileName>
|
|
|
</Delete>
|
|
|
</DefaultRolloverStrategy>
|
|
|
</RollingFile>
|