Showing
1 changed file
with
1 additions
and
1 deletions
@@ -11,7 +11,7 @@ | @@ -11,7 +11,7 @@ | ||
11 | <!-- 日志最大的历史 7天 --> | 11 | <!-- 日志最大的历史 7天 --> |
12 | <property name="maxHistory" value="2"/> | 12 | <property name="maxHistory" value="2"/> |
13 | <!-- 日志最大的文件大小 10MB--> | 13 | <!-- 日志最大的文件大小 10MB--> |
14 | - <property name="maxFileSize" value="10MB"/> | 14 | + <property name="maxFileSize" value="100MB"/> |
15 | 15 | ||
16 | <appender name="WARN" class="ch.qos.logback.core.rolling.RollingFileAppender"> | 16 | <appender name="WARN" class="ch.qos.logback.core.rolling.RollingFileAppender"> |
17 | <file>${catalina.home}/logs/warn.log</file> | 17 | <file>${catalina.home}/logs/warn.log</file> |
-
Please register or login to post a comment