WANG 5 жил өмнө
parent
commit
cb45468c03

+ 3 - 2
examcloud-exchange-starter/src/main/resources/log4j2.xml

@@ -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>