chore: adapted log4j2 config: changed roll over file size

This commit is contained in:
Begerad, Stefan 2021-10-01 09:33:04 -04:00
parent 722fd68f95
commit 306636e41a
1 changed files with 2 additions and 1 deletions

View File

@ -10,8 +10,9 @@
<Pattern>[%-5p] %d{yyyy-MM-dd HH:mm:ss.SSS} %c{1} %m%n</Pattern>
</PatternLayout>
<Policies>
<SizeBasedTriggeringPolicy size="10MB" />
<SizeBasedTriggeringPolicy size="3MB" />
</Policies>
<!--ensure that within the same rollover period no more than X files will be created when a size-based rollover was triggered-->
<DefaultRolloverStrategy max="5" />
</RollingFile>