Commit 4ffdf18d941801fc42fc58642f44637918a80497
1 parent
c0525f92ad
Exists in
master
and in
6 other branches
1
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/resources/log4j_config.xml
View file @
4ffdf18
... | ... | @@ -73,6 +73,7 @@ |
73 | 73 | <param name="Append" value="true" /> |
74 | 74 | <param name="File" value="${catalina.base}/logs/sync-data.log" /> |
75 | 75 | <param name="maxBackupIndex" value="3"/> |
76 | + <param name="MaxFileSize" value="3MB"/> | |
76 | 77 | <layout class="org.apache.log4j.PatternLayout"> |
77 | 78 | <param name="ConversionPattern" value="%d %p - %m%n" /> |
78 | 79 | </layout> |