/Users/ivan.rosinsky/Library/Java/JavaVirtualMachines/corretto-1.8.0_322/Contents/Home/bin/java -javaagent:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=55818:/Applications/IntelliJ IDEA.app/Contents/bin -Dfile.encoding=UTF-8 -classpath /Users/ivan.rosinsky/Library/Java/JavaVirtualMachines/corretto-1.8.0_322/Contents/Home/jre/lib/charsets.jar:/Users/ivan.rosinsky/Library/Java/JavaVirtualMachines/corretto-1.8.0_322/Contents/Home/jre/lib/ext/cldrdata.jar:/Users/ivan.rosinsky/Library/Java/JavaVirtualMachines/corretto-1.8.0_322/Contents/Home/jre/lib/ext/dnsns.jar:/Users/ivan.rosinsky/Library/Java/JavaVirtualMachines/corretto-1.8.0_322/Contents/Home/jre/lib/ext/jaccess.jar:/Users/ivan.rosinsky/Library/Java/JavaVirtualMachines/corretto-1.8.0_322/Contents/Home/jre/lib/ext/jfxrt.jar:/Users/ivan.rosinsky/Library/Java/JavaVirtualMachines/corretto-1.8.0_322/Contents/Home/jre/lib/ext/localedata.jar:/Users/ivan.rosinsky/Library/Java/JavaVirtualMachines/corretto-1.8.0_322/Contents/Home/jre/lib/ext/nashorn.jar:/Users/ivan.rosinsky/Library/Java/JavaVirtualMachines/corretto-1.8.0_322/Contents/Home/jre/lib/ext/sunec.jar:/Users/ivan.rosinsky/Library/Java/JavaVirtualMachines/corretto-1.8.0_322/Contents/Home/jre/lib/ext/sunjce_provider.jar:/Users/ivan.rosinsky/Library/Java/JavaVirtualMachines/corretto-1.8.0_322/Contents/Home/jre/lib/ext/sunpkcs11.jar:/Users/ivan.rosinsky/Library/Java/JavaVirtualMachines/corretto-1.8.0_322/Contents/Home/jre/lib/ext/zipfs.jar:/Users/ivan.rosinsky/Library/Java/JavaVirtualMachines/corretto-1.8.0_322/Contents/Home/jre/lib/jce.jar:/Users/ivan.rosinsky/Library/Java/JavaVirtualMachines/corretto-1.8.0_322/Contents/Home/jre/lib/jfr.jar:/Users/ivan.rosinsky/Library/Java/JavaVirtualMachines/corretto-1.8.0_322/Contents/Home/jre/lib/jfxswt.jar:/Users/ivan.rosinsky/Library/Java/JavaVirtualMachines/corretto-1.8.0_322/Contents/Home/jre/lib/jsse.jar:/Users/ivan.rosinsky/Library/Java/JavaVirtualMachines/corretto-1.8.0_322/Contents/Home/jre/lib/management-agent.jar:/Users/ivan.rosinsky/Library/Java/JavaVirtualMachines/corretto-1.8.0_322/Contents/Home/jre/lib/resources.jar:/Users/ivan.rosinsky/Library/Java/JavaVirtualMachines/corretto-1.8.0_322/Contents/Home/jre/lib/rt.jar:/Users/ivan.rosinsky/Work/Repos/test/target/test-classes:/Users/ivan.rosinsky/.m2/repository/org/apache/logging/log4j/log4j-core/2.19.1-SNAPSHOT/log4j-core-2.19.1-SNAPSHOT.jar:/Users/ivan.rosinsky/.m2/repository/org/apache/logging/log4j/log4j-api/2.19.1-SNAPSHOT/log4j-api-2.19.1-SNAPSHOT.jar:/Users/ivan.rosinsky/.m2/repository/org/projectlombok/lombok/1.18.24/lombok-1.18.24.jar apache.LogTest DEBUG StatusConsoleListener Apache Log4j Core 2.19 initializing configuration XmlConfiguration[location=/Users/ivan.rosinsky/Work/Repos/test/target/test-classes/log4j2.xml] DEBUG StatusConsoleListener PluginManager 'Core' found 130 plugins DEBUG StatusConsoleListener PluginManager 'Level' found 0 plugins DEBUG StatusConsoleListener PluginManager 'Lookup' found 16 plugins DEBUG StatusConsoleListener Building Plugin[name=layout, class=org.apache.logging.log4j.core.layout.PatternLayout]. DEBUG StatusConsoleListener PluginManager 'TypeConverter' found 26 plugins DEBUG StatusConsoleListener PatternLayout$Builder(pattern="%d{yyyy-MM-dd HH:mm:ss:SSS} %-5p <%threadGroupName> {%t} [%c{1}] %m %n", PatternSelector=null, Configuration(/Users/ivan.rosinsky/Work/Repos/test/target/test-classes/log4j2.xml), Replace=null, charset="null", alwaysWriteExceptions="null", disableAnsi="null", noConsoleNoAnsi="null", header="null", footer="null") DEBUG StatusConsoleListener PluginManager 'Converter' found 45 plugins DEBUG StatusConsoleListener Building Plugin[name=SizeBasedTriggeringPolicy, class=org.apache.logging.log4j.core.appender.rolling.SizeBasedTriggeringPolicy]. DEBUG StatusConsoleListener createPolicy(size="5MB") DEBUG StatusConsoleListener Building Plugin[name=CronTriggeringPolicy, class=org.apache.logging.log4j.core.appender.rolling.CronTriggeringPolicy]. DEBUG StatusConsoleListener createPolicy(Configuration(/Users/ivan.rosinsky/Work/Repos/test/target/test-classes/log4j2.xml), evaluateOnStartup="null", schedule="0 */5 * * * ?") DEBUG StatusConsoleListener Building Plugin[name=Policies, class=org.apache.logging.log4j.core.appender.rolling.CompositeTriggeringPolicy]. DEBUG StatusConsoleListener createPolicy(={SizeBasedTriggeringPolicy(size=5242880), CronTriggeringPolicy(schedule=0 */5 * * * ?)}) DEBUG StatusConsoleListener Building Plugin[name=IfLastModified, class=org.apache.logging.log4j.core.appender.rolling.action.IfLastModified]. DEBUG StatusConsoleListener createAgeCondition(age="P90D", ={}) DEBUG StatusConsoleListener org.apache.logging.log4j.core.util.SystemClock does not support precise timestamps. DEBUG StatusConsoleListener Building Plugin[name=IfAccumulatedFileCount, class=org.apache.logging.log4j.core.appender.rolling.action.IfAccumulatedFileCount]. DEBUG StatusConsoleListener createFileCountCondition(exceeds="4000", ={}) DEBUG StatusConsoleListener Building Plugin[name=IfAny, class=org.apache.logging.log4j.core.appender.rolling.action.IfAny]. DEBUG StatusConsoleListener createOrCondition(={IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)}) DEBUG StatusConsoleListener Building Plugin[name=IfFileName, class=org.apache.logging.log4j.core.appender.rolling.action.IfFileName]. DEBUG StatusConsoleListener createNameCondition(glob="common.log*.gz", regex="null", ={IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]}) DEBUG StatusConsoleListener Building Plugin[name=Delete, class=org.apache.logging.log4j.core.appender.rolling.action.DeleteAction]. DEBUG StatusConsoleListener createDeleteAction(basePath="log", followLinks="false", maxDepth="1", testMode="false", PathSorter=null, ={IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])}, ScriptCondition=null, Configuration(/Users/ivan.rosinsky/Work/Repos/test/target/test-classes/log4j2.xml)) DEBUG StatusConsoleListener Building Plugin[name=DefaultRolloverStrategy, class=org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy]. DEBUG StatusConsoleListener DefaultRolloverStrategy$Builder(max="null", min="null", fileIndex="null", compressionLevel="null", ={DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]}, stopCustomActionsOnError="null", tempCompressedFilePattern="null", Configuration(/Users/ivan.rosinsky/Work/Repos/test/target/test-classes/log4j2.xml)) DEBUG StatusConsoleListener Building Plugin[name=appender, class=org.apache.logging.log4j.core.appender.RollingFileAppender]. DEBUG StatusConsoleListener RollingFileAppender$Builder(fileName="log/common.log", filePattern="log/common.log-${date:yyyMMddHHmm}-%i.gz", append="null", locking="null", Policies(CompositeTriggeringPolicy(policies=[SizeBasedTriggeringPolicy(size=5242880), CronTriggeringPolicy(schedule=0 */5 * * * ?)])), DefaultRolloverStrategy(DefaultRolloverStrategy(min=1, max=7, useMax=true)), advertise="null", advertiseUri="null", createOnDemand="null", filePermissions="null", fileOwner="null", fileGroup="null", bufferedIo="null", bufferSize="null", immediateFlush="null", ignoreExceptions="null", PatternLayout(%d{yyyy-MM-dd HH:mm:ss:SSS} %-5p <%threadGroupName> {%t} [%c{1}] %m %n), name="APPENDER_COMMON", Configuration(/Users/ivan.rosinsky/Work/Repos/test/target/test-classes/log4j2.xml), Filter=null, ={}) DEBUG StatusConsoleListener Returning file creation time for /Users/ivan.rosinsky/Work/Repos/test/log/common.log DEBUG StatusConsoleListener Starting RollingFileManager log/common.log DEBUG StatusConsoleListener PluginManager 'FileConverter' found 2 plugins DEBUG StatusConsoleListener Setting prev file time to 2023-01-24T16:58:17.000+0400 DEBUG StatusConsoleListener Initializing triggering policy CompositeTriggeringPolicy(policies=[SizeBasedTriggeringPolicy(size=5242880), CronTriggeringPolicy(schedule=0 */5 * * * ?)]) DEBUG StatusConsoleListener Initializing triggering policy SizeBasedTriggeringPolicy(size=5242880) DEBUG StatusConsoleListener Initializing triggering policy CronTriggeringPolicy(schedule=0 */5 * * * ?) DEBUG StatusConsoleListener LastRollForFile 2023-01-24T16:55:00.000+0400, LastRegularRole 2023-01-24T16:55:00.000+0400 DEBUG StatusConsoleListener Setting prev file time to 2023-01-24T16:55:00.000+0400 DEBUG StatusConsoleListener Log4j2 ConfigurationScheduler starting 2 threads DEBUG StatusConsoleListener Log4j2 ConfigurationScheduler scheduled cron expression 0 */5 * * * ? to fire at 2023-01-24T17:00:00.000+0400 DEBUG StatusConsoleListener ConfigurationScheduler [name=Log4j2 ConfigurationScheduler, [java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@76a4d6c] DEBUG StatusConsoleListener Building Plugin[name=appenders, class=org.apache.logging.log4j.core.config.AppendersPlugin]. DEBUG StatusConsoleListener createAppenders(={APPENDER_COMMON}) DEBUG StatusConsoleListener Building Plugin[name=AppenderRef, class=org.apache.logging.log4j.core.config.AppenderRef]. DEBUG StatusConsoleListener createAppenderRef(ref="APPENDER_COMMON", level="null", Filter=null) DEBUG StatusConsoleListener Building Plugin[name=root, class=org.apache.logging.log4j.core.config.LoggerConfig$RootLogger]. DEBUG StatusConsoleListener LoggerConfig$RootLogger$Builder(additivity="null", level="TRACE", levelAndRefs="null", includeLocation="null", ={APPENDER_COMMON}, ={}, Configuration(/Users/ivan.rosinsky/Work/Repos/test/target/test-classes/log4j2.xml), Filter=null) DEBUG StatusConsoleListener Building Plugin[name=loggers, class=org.apache.logging.log4j.core.config.LoggersPlugin]. DEBUG StatusConsoleListener createLoggers(={root}) DEBUG StatusConsoleListener Configuration XmlConfiguration[location=/Users/ivan.rosinsky/Work/Repos/test/target/test-classes/log4j2.xml] initialized DEBUG StatusConsoleListener Starting configuration XmlConfiguration[location=/Users/ivan.rosinsky/Work/Repos/test/target/test-classes/log4j2.xml] DEBUG StatusConsoleListener Started configuration XmlConfiguration[location=/Users/ivan.rosinsky/Work/Repos/test/target/test-classes/log4j2.xml] OK. DEBUG StatusConsoleListener Shutting down OutputStreamManager SYSTEM_OUT.false.false-1 DEBUG StatusConsoleListener OutputStream closed DEBUG StatusConsoleListener Shut down OutputStreamManager SYSTEM_OUT.false.false-1, all resources released: true DEBUG StatusConsoleListener Appender DefaultConsole-1 stopped with status true DEBUG StatusConsoleListener Stopped org.apache.logging.log4j.core.config.DefaultConfiguration@31610302 OK DEBUG StatusConsoleListener Registering MBean org.apache.logging.log4j2:type=18b4aac2 DEBUG StatusConsoleListener Registering MBean org.apache.logging.log4j2:type=18b4aac2,component=StatusLogger DEBUG StatusConsoleListener Registering MBean org.apache.logging.log4j2:type=18b4aac2,component=ContextSelector DEBUG StatusConsoleListener Registering MBean org.apache.logging.log4j2:type=18b4aac2,component=Loggers,name= DEBUG StatusConsoleListener Registering MBean org.apache.logging.log4j2:type=18b4aac2,component=Appenders,name=APPENDER_COMMON DEBUG StatusConsoleListener org.apache.logging.log4j.core.util.SystemClock does not support precise timestamps. DEBUG StatusConsoleListener Reconfiguration complete for context[name=18b4aac2] at URI /Users/ivan.rosinsky/Work/Repos/test/target/test-classes/log4j2.xml (org.apache.logging.log4j.core.LoggerContext@275710fc) with optional ClassLoader: null DEBUG StatusConsoleListener Shutdown hook enabled. Registering a new one. DEBUG StatusConsoleListener LoggerContext[name=18b4aac2, org.apache.logging.log4j.core.LoggerContext@275710fc] started OK. DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener Current file: log/common.log DEBUG StatusConsoleListener Eligible files: {} DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener OutputStream closed DEBUG StatusConsoleListener RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301241658-1, renameEmptyFiles=false] DEBUG StatusConsoleListener RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301241658-1 to log/common.log-202301241658-1.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] DEBUG StatusConsoleListener Now writing to log/common.log at 2023-01-24T16:58:36.069+0400 DEBUG StatusConsoleListener Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] DEBUG StatusConsoleListener DeleteAction complete in 0.004330417 seconds DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener Current file: log/common.log DEBUG StatusConsoleListener Eligible files: {1=log/common.log-202301241658-1.gz} DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener OutputStream closed DEBUG StatusConsoleListener RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301241658-2, renameEmptyFiles=false] DEBUG StatusConsoleListener RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301241658-2 to log/common.log-202301241658-2.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] DEBUG StatusConsoleListener Now writing to log/common.log at 2023-01-24T16:58:54.150+0400 DEBUG StatusConsoleListener Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] DEBUG StatusConsoleListener DeleteAction complete in 0.002160416 seconds DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener Current file: log/common.log DEBUG StatusConsoleListener Eligible files: {} DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener OutputStream closed DEBUG StatusConsoleListener RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301241659-1, renameEmptyFiles=false] DEBUG StatusConsoleListener RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301241659-1 to log/common.log-202301241659-1.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] DEBUG StatusConsoleListener Now writing to log/common.log at 2023-01-24T16:59:11.911+0400 DEBUG StatusConsoleListener Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] DEBUG StatusConsoleListener DeleteAction complete in 0.001122875 seconds DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener Current file: log/common.log DEBUG StatusConsoleListener Eligible files: {1=log/common.log-202301241659-1.gz} DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener OutputStream closed DEBUG StatusConsoleListener RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301241659-2, renameEmptyFiles=false] DEBUG StatusConsoleListener RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301241659-2 to log/common.log-202301241659-2.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] DEBUG StatusConsoleListener Now writing to log/common.log at 2023-01-24T16:59:29.816+0400 DEBUG StatusConsoleListener Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] DEBUG StatusConsoleListener DeleteAction complete in 6.22583E-4 seconds DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener Current file: log/common.log DEBUG StatusConsoleListener Eligible files: {1=log/common.log-202301241659-1.gz, 2=log/common.log-202301241659-2.gz} DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener OutputStream closed DEBUG StatusConsoleListener RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301241659-3, renameEmptyFiles=false] DEBUG StatusConsoleListener RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301241659-3 to log/common.log-202301241659-3.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] DEBUG StatusConsoleListener Now writing to log/common.log at 2023-01-24T16:59:47.644+0400 DEBUG StatusConsoleListener Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] DEBUG StatusConsoleListener DeleteAction complete in 7.65041E-4 seconds DEBUG StatusConsoleListener Rollover PrevFileTime: 1674564900000, PrevRollTime: 1674564900000 DEBUG StatusConsoleListener Setting prev file time to 2023-01-24T16:55:00.000+0400 DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener Current file: log/common.log DEBUG StatusConsoleListener Eligible files: {} DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener OutputStream closed DEBUG StatusConsoleListener RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301241700-1, renameEmptyFiles=false] DEBUG StatusConsoleListener RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301241700-1 to log/common.log-202301241700-1.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] DEBUG StatusConsoleListener Now writing to log/common.log at 2023-01-24T17:00:00.027+0400 DEBUG StatusConsoleListener Log4j2 ConfigurationScheduler Cron expression 0 */5 * * * ? scheduled to fire again at 2023-01-24T17:05:00.000+0400 DEBUG StatusConsoleListener Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] DEBUG StatusConsoleListener DeleteAction complete in 0.001133292 seconds DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener Current file: log/common.log DEBUG StatusConsoleListener Eligible files: {1=log/common.log-202301241700-1.gz} DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener OutputStream closed DEBUG StatusConsoleListener RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301241700-2, renameEmptyFiles=false] DEBUG StatusConsoleListener RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301241700-2 to log/common.log-202301241700-2.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] DEBUG StatusConsoleListener Now writing to log/common.log at 2023-01-24T17:00:17.868+0400 DEBUG StatusConsoleListener Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] DEBUG StatusConsoleListener DeleteAction complete in 7.14875E-4 seconds DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener Current file: log/common.log DEBUG StatusConsoleListener Eligible files: {1=log/common.log-202301241700-1.gz, 2=log/common.log-202301241700-2.gz} DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener OutputStream closed DEBUG StatusConsoleListener RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301241700-3, renameEmptyFiles=false] DEBUG StatusConsoleListener RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301241700-3 to log/common.log-202301241700-3.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] DEBUG StatusConsoleListener Now writing to log/common.log at 2023-01-24T17:00:35.746+0400 DEBUG StatusConsoleListener Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] DEBUG StatusConsoleListener DeleteAction complete in 8.64375E-4 seconds DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener Current file: log/common.log DEBUG StatusConsoleListener Eligible files: {1=log/common.log-202301241700-1.gz, 2=log/common.log-202301241700-2.gz, 3=log/common.log-202301241700-3.gz} DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener OutputStream closed DEBUG StatusConsoleListener RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301241700-4, renameEmptyFiles=false] DEBUG StatusConsoleListener RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301241700-4 to log/common.log-202301241700-4.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] DEBUG StatusConsoleListener Now writing to log/common.log at 2023-01-24T17:00:53.568+0400 DEBUG StatusConsoleListener Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] DEBUG StatusConsoleListener DeleteAction complete in 0.002432584 seconds DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener Current file: log/common.log DEBUG StatusConsoleListener Eligible files: {} DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener OutputStream closed DEBUG StatusConsoleListener RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301241701-1, renameEmptyFiles=false] DEBUG StatusConsoleListener RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301241701-1 to log/common.log-202301241701-1.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] DEBUG StatusConsoleListener Now writing to log/common.log at 2023-01-24T17:01:11.438+0400 DEBUG StatusConsoleListener Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] DEBUG StatusConsoleListener DeleteAction complete in 0.002535125 seconds DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener Current file: log/common.log DEBUG StatusConsoleListener Eligible files: {1=log/common.log-202301241701-1.gz} DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener OutputStream closed DEBUG StatusConsoleListener RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301241701-2, renameEmptyFiles=false] DEBUG StatusConsoleListener RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301241701-2 to log/common.log-202301241701-2.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] DEBUG StatusConsoleListener Now writing to log/common.log at 2023-01-24T17:01:29.553+0400 DEBUG StatusConsoleListener Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] DEBUG StatusConsoleListener DeleteAction complete in 0.001141041 seconds DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener Current file: log/common.log DEBUG StatusConsoleListener Eligible files: {1=log/common.log-202301241701-1.gz, 2=log/common.log-202301241701-2.gz} DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener OutputStream closed DEBUG StatusConsoleListener RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301241701-3, renameEmptyFiles=false] DEBUG StatusConsoleListener RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301241701-3 to log/common.log-202301241701-3.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] DEBUG StatusConsoleListener Now writing to log/common.log at 2023-01-24T17:01:47.066+0400 DEBUG StatusConsoleListener Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] DEBUG StatusConsoleListener DeleteAction complete in 0.001106792 seconds DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener Current file: log/common.log DEBUG StatusConsoleListener Eligible files: {} DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener OutputStream closed DEBUG StatusConsoleListener RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301241702-1, renameEmptyFiles=false] DEBUG StatusConsoleListener RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301241702-1 to log/common.log-202301241702-1.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] DEBUG StatusConsoleListener Now writing to log/common.log at 2023-01-24T17:02:04.966+0400 DEBUG StatusConsoleListener Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] DEBUG StatusConsoleListener DeleteAction complete in 0.001735792 seconds DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener Current file: log/common.log DEBUG StatusConsoleListener Eligible files: {1=log/common.log-202301241702-1.gz} DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener OutputStream closed DEBUG StatusConsoleListener RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301241702-2, renameEmptyFiles=false] DEBUG StatusConsoleListener RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301241702-2 to log/common.log-202301241702-2.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] DEBUG StatusConsoleListener Now writing to log/common.log at 2023-01-24T17:02:23.753+0400 DEBUG StatusConsoleListener Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] DEBUG StatusConsoleListener DeleteAction complete in 0.00137675 seconds DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener Current file: log/common.log DEBUG StatusConsoleListener Eligible files: {1=log/common.log-202301241702-1.gz, 2=log/common.log-202301241702-2.gz} DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener OutputStream closed DEBUG StatusConsoleListener RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301241702-3, renameEmptyFiles=false] DEBUG StatusConsoleListener RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301241702-3 to log/common.log-202301241702-3.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] DEBUG StatusConsoleListener Now writing to log/common.log at 2023-01-24T17:02:42.583+0400 DEBUG StatusConsoleListener Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] DEBUG StatusConsoleListener DeleteAction complete in 0.001864375 seconds DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener Current file: log/common.log DEBUG StatusConsoleListener Eligible files: {} DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener OutputStream closed DEBUG StatusConsoleListener RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301241703-1, renameEmptyFiles=false] DEBUG StatusConsoleListener RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301241703-1 to log/common.log-202301241703-1.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] DEBUG StatusConsoleListener Now writing to log/common.log at 2023-01-24T17:03:01.777+0400 DEBUG StatusConsoleListener Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] DEBUG StatusConsoleListener DeleteAction complete in 0.00304575 seconds DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener Current file: log/common.log DEBUG StatusConsoleListener Eligible files: {1=log/common.log-202301241703-1.gz} DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener OutputStream closed DEBUG StatusConsoleListener RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301241703-2, renameEmptyFiles=false] DEBUG StatusConsoleListener RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301241703-2 to log/common.log-202301241703-2.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] DEBUG StatusConsoleListener Now writing to log/common.log at 2023-01-24T17:03:19.891+0400 DEBUG StatusConsoleListener Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] DEBUG StatusConsoleListener DeleteAction complete in 0.001917584 seconds DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener Current file: log/common.log DEBUG StatusConsoleListener Eligible files: {1=log/common.log-202301241703-1.gz, 2=log/common.log-202301241703-2.gz} DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener OutputStream closed DEBUG StatusConsoleListener RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301241703-3, renameEmptyFiles=false] DEBUG StatusConsoleListener RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301241703-3 to log/common.log-202301241703-3.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] DEBUG StatusConsoleListener Now writing to log/common.log at 2023-01-24T17:03:38.231+0400 DEBUG StatusConsoleListener Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] DEBUG StatusConsoleListener DeleteAction complete in 0.00179775 seconds DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener Current file: log/common.log DEBUG StatusConsoleListener Eligible files: {1=log/common.log-202301241703-1.gz, 2=log/common.log-202301241703-2.gz, 3=log/common.log-202301241703-3.gz} DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener OutputStream closed DEBUG StatusConsoleListener RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301241703-4, renameEmptyFiles=false] DEBUG StatusConsoleListener RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301241703-4 to log/common.log-202301241703-4.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] DEBUG StatusConsoleListener Now writing to log/common.log at 2023-01-24T17:03:56.191+0400 DEBUG StatusConsoleListener Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] DEBUG StatusConsoleListener DeleteAction complete in 0.002399583 seconds DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener Current file: log/common.log DEBUG StatusConsoleListener Eligible files: {} DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener OutputStream closed DEBUG StatusConsoleListener RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301241704-1, renameEmptyFiles=false] DEBUG StatusConsoleListener RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301241704-1 to log/common.log-202301241704-1.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] DEBUG StatusConsoleListener Now writing to log/common.log at 2023-01-24T17:04:14.786+0400 DEBUG StatusConsoleListener Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] DEBUG StatusConsoleListener DeleteAction complete in 0.001140333 seconds DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener Current file: log/common.log DEBUG StatusConsoleListener Eligible files: {1=log/common.log-202301241704-1.gz} DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener OutputStream closed DEBUG StatusConsoleListener RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301241704-2, renameEmptyFiles=false] DEBUG StatusConsoleListener RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301241704-2 to log/common.log-202301241704-2.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] DEBUG StatusConsoleListener Now writing to log/common.log at 2023-01-24T17:04:33.432+0400 DEBUG StatusConsoleListener Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] DEBUG StatusConsoleListener DeleteAction complete in 6.32E-4 seconds DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener Current file: log/common.log DEBUG StatusConsoleListener Eligible files: {1=log/common.log-202301241704-1.gz, 2=log/common.log-202301241704-2.gz} DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674564900000, prevFileTime=1674564900000 DEBUG StatusConsoleListener OutputStream closed DEBUG StatusConsoleListener RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301241704-3, renameEmptyFiles=false] DEBUG StatusConsoleListener RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301241704-3 to log/common.log-202301241704-3.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] DEBUG StatusConsoleListener Now writing to log/common.log at 2023-01-24T17:04:51.295+0400 DEBUG StatusConsoleListener Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] DEBUG StatusConsoleListener DeleteAction complete in 0.001935875 seconds DEBUG StatusConsoleListener Rollover PrevFileTime: 1674565200000, PrevRollTime: 1674565200000 DEBUG StatusConsoleListener Setting prev file time to 2023-01-24T17:00:00.000+0400 DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674565200000, prevFileTime=1674565200000 DEBUG StatusConsoleListener Current file: log/common.log DEBUG StatusConsoleListener Eligible files: {} DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674565200000, prevFileTime=1674565200000 DEBUG StatusConsoleListener OutputStream closed DEBUG StatusConsoleListener RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301241705-1, renameEmptyFiles=false] DEBUG StatusConsoleListener RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301241705-1 to log/common.log-202301241705-1.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] DEBUG StatusConsoleListener Now writing to log/common.log at 2023-01-24T17:05:00.025+0400 DEBUG StatusConsoleListener Log4j2 ConfigurationScheduler Cron expression 0 */5 * * * ? scheduled to fire again at 2023-01-24T17:10:00.000+0400 DEBUG StatusConsoleListener Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] DEBUG StatusConsoleListener DeleteAction complete in 0.002141 seconds DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674565200000, prevFileTime=1674565200000 DEBUG StatusConsoleListener Current file: log/common.log DEBUG StatusConsoleListener Eligible files: {1=log/common.log-202301241705-1.gz} DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674565200000, prevFileTime=1674565200000 DEBUG StatusConsoleListener OutputStream closed DEBUG StatusConsoleListener RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301241705-2, renameEmptyFiles=false] DEBUG StatusConsoleListener RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301241705-2 to log/common.log-202301241705-2.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] DEBUG StatusConsoleListener Now writing to log/common.log at 2023-01-24T17:05:18.933+0400 DEBUG StatusConsoleListener Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] DEBUG StatusConsoleListener DeleteAction complete in 9.3825E-4 seconds DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674565200000, prevFileTime=1674565200000 DEBUG StatusConsoleListener Current file: log/common.log DEBUG StatusConsoleListener Eligible files: {1=log/common.log-202301241705-1.gz, 2=log/common.log-202301241705-2.gz} DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674565200000, prevFileTime=1674565200000 DEBUG StatusConsoleListener OutputStream closed DEBUG StatusConsoleListener RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301241705-3, renameEmptyFiles=false] DEBUG StatusConsoleListener RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301241705-3 to log/common.log-202301241705-3.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] DEBUG StatusConsoleListener Now writing to log/common.log at 2023-01-24T17:05:37.866+0400 DEBUG StatusConsoleListener Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] DEBUG StatusConsoleListener DeleteAction complete in 0.003470459 seconds DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674565200000, prevFileTime=1674565200000 DEBUG StatusConsoleListener Current file: log/common.log DEBUG StatusConsoleListener Eligible files: {1=log/common.log-202301241705-1.gz, 2=log/common.log-202301241705-2.gz, 3=log/common.log-202301241705-3.gz} DEBUG StatusConsoleListener Formatting file name. useCurrentTime=false. currentFileTime=1674565200000, prevFileTime=1674565200000 DEBUG StatusConsoleListener OutputStream closed DEBUG StatusConsoleListener RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301241705-4, renameEmptyFiles=false] DEBUG StatusConsoleListener RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301241705-4 to log/common.log-202301241705-4.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] DEBUG StatusConsoleListener Now writing to log/common.log at 2023-01-24T17:05:55.770+0400 DEBUG StatusConsoleListener Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] DEBUG StatusConsoleListener DeleteAction complete in 0.002818541 seconds DEBUG StatusConsoleListener Stopping LoggerContext[name=18b4aac2, org.apache.logging.log4j.core.LoggerContext@275710fc] DEBUG StatusConsoleListener Stopping LoggerContext[name=18b4aac2, org.apache.logging.log4j.core.LoggerContext@275710fc]... DEBUG StatusConsoleListener Shutting down RollingFileManager log/common.log DEBUG StatusConsoleListener Shutting down RollingFileManager log/common.log DEBUG StatusConsoleListener OutputStream closed DEBUG StatusConsoleListener All asynchronous threads have terminated DEBUG StatusConsoleListener RollingFileManager shutdown completed with status true DEBUG StatusConsoleListener Shut down RollingFileManager log/common.log, all resources released: true DEBUG StatusConsoleListener Appender APPENDER_COMMON stopped with status true DEBUG StatusConsoleListener Log4j2 ConfigurationScheduler shutting down threads in java.util.concurrent.ScheduledThreadPoolExecutor@10fc346[Running, pool size = 2, active threads = 0, queued tasks = 1, completed tasks = 2] DEBUG StatusConsoleListener Stopped XmlConfiguration[location=/Users/ivan.rosinsky/Work/Repos/test/target/test-classes/log4j2.xml] OK DEBUG StatusConsoleListener Stopped LoggerContext[name=18b4aac2, org.apache.logging.log4j.core.LoggerContext@275710fc] with status true Process finished with exit code 137 (interrupted by signal 9: SIGKILL)