mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
some params for RollingFileAppender
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
</appender>
|
||||
|
||||
<appender name="FILE" class="org.apache.log4j.RollingFileAppender">
|
||||
<param name="append" value="false"/>
|
||||
<param name="MaxFileSize" value="1Mb"/>
|
||||
<param name="MaxBackupIndex" value="12"/>
|
||||
<param name="file" value="$LOG_DIR$/idea.log"/>
|
||||
<layout class="org.apache.log4j.PatternLayout">
|
||||
<param name="ConversionPattern" value="%d [%7r] %6p - %30.30c - %m \n"/>
|
||||
|
||||
Reference in New Issue
Block a user