File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
<Pattern ><![CDATA[ %d <%-5p> <%-35.35t> <%x> <%X> <%50.50c> %m%n]]> </Pattern >
12
12
</PatternLayout >
13
13
</File >
14
- <!-- <RollingRandomAccessFile name="ALL File Appender" fileName="log/javacord-bot-ALL.log" filePattern="log/javacord-bot-TRACE -%i.log.gz">
14
+ <!-- <RollingRandomAccessFile name="ALL File Appender" fileName="log/javacord-bot-ALL.log" filePattern="log/javacord-bot-ALL -%i.log.gz">
15
15
<PatternLayout>
16
16
<Pattern><![CDATA[%d <%-5p> <%-35.35t> <%x> <%X> <%50.50c> %m%n]]></Pattern>
17
17
</PatternLayout>
18
- <SizeBasedTriggeringPolicy size="100 MB "/>
19
- <DefaultRolloverStrategy fileIndex="min" max="10 "/>
18
+ <SizeBasedTriggeringPolicy size="1 GB "/>
19
+ <DefaultRolloverStrategy fileIndex="min" max="9 "/>
20
20
</RollingRandomAccessFile>-->
21
21
</Appenders >
22
22
<Loggers >
You can’t perform that action at this time.
0 commit comments