Skip to content

Commit

Permalink
Removed Startup trigger because of forked JVM processes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kausandr committed Mar 7, 2022
1 parent 2f175d7 commit 99174c2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
filePattern="${log4j.logs.file.name}.%d{yyyyMMdd_HHmmss_SSS}.gz"
ignoreExceptions="false" append="true">
<Policies>
<OnStartupTriggeringPolicy/>
<!-- <SizeBasedTriggeringPolicy size="2 MB"/> -->
<!-- <OnStartupTriggeringPolicy/>-->
<SizeBasedTriggeringPolicy size="10 MB"/>
</Policies>
<DefaultRolloverStrategy max="15" fileIndex="min">
<Delete basePath="${baseDir}" maxDepth="1">
Expand Down

0 comments on commit 99174c2

Please sign in to comment.