/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=55653:/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.0/log4j-core-2.19.0.jar:/Users/ivan.rosinsky/.m2/repository/org/apache/logging/log4j/log4j-api/2.19.0/log4j-api-2.19.0.jar:/Users/ivan.rosinsky/.m2/repository/org/projectlombok/lombok/1.18.24/lombok-1.18.24.jar apache.LogTest 2023-01-09 16:03:37,699 main DEBUG Apache Log4j Core 2.19.0 initializing configuration XmlConfiguration[location=/Users/ivan.rosinsky/Work/Repos/test/target/test-classes/log4j2.xml] 2023-01-09 16:03:37,702 main DEBUG PluginManager 'Core' found 130 plugins 2023-01-09 16:03:37,703 main DEBUG PluginManager 'Level' found 0 plugins 2023-01-09 16:03:37,715 main DEBUG PluginManager 'Lookup' found 16 plugins 2023-01-09 16:03:37,717 main DEBUG Building Plugin[name=layout, class=org.apache.logging.log4j.core.layout.PatternLayout]. 2023-01-09 16:03:37,737 main DEBUG PluginManager 'TypeConverter' found 26 plugins 2023-01-09 16:03:37,762 main DEBUG 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") 2023-01-09 16:03:37,762 main DEBUG PluginManager 'Converter' found 45 plugins 2023-01-09 16:03:37,771 main DEBUG Building Plugin[name=SizeBasedTriggeringPolicy, class=org.apache.logging.log4j.core.appender.rolling.SizeBasedTriggeringPolicy]. 2023-01-09 16:03:37,789 main DEBUG createPolicy(size="5MB") 2023-01-09 16:03:37,791 main DEBUG Building Plugin[name=CronTriggeringPolicy, class=org.apache.logging.log4j.core.appender.rolling.CronTriggeringPolicy]. 2023-01-09 16:03:37,794 main DEBUG createPolicy(Configuration(/Users/ivan.rosinsky/Work/Repos/test/target/test-classes/log4j2.xml), evaluateOnStartup="null", schedule="0 */5 * * * ?") 2023-01-09 16:03:37,798 main DEBUG Building Plugin[name=Policies, class=org.apache.logging.log4j.core.appender.rolling.CompositeTriggeringPolicy]. 2023-01-09 16:03:37,799 main DEBUG createPolicy(={SizeBasedTriggeringPolicy(size=5242880), CronTriggeringPolicy(schedule=0 */5 * * * ?)}) 2023-01-09 16:03:37,799 main DEBUG Building Plugin[name=IfLastModified, class=org.apache.logging.log4j.core.appender.rolling.action.IfLastModified]. 2023-01-09 16:03:37,801 main DEBUG createAgeCondition(age="P90D", ={}) 2023-01-09 16:03:37,801 main DEBUG org.apache.logging.log4j.core.util.SystemClock does not support precise timestamps. 2023-01-09 16:03:37,801 main DEBUG Building Plugin[name=IfAccumulatedFileCount, class=org.apache.logging.log4j.core.appender.rolling.action.IfAccumulatedFileCount]. 2023-01-09 16:03:37,803 main DEBUG createFileCountCondition(exceeds="4000", ={}) 2023-01-09 16:03:37,803 main DEBUG Building Plugin[name=IfAny, class=org.apache.logging.log4j.core.appender.rolling.action.IfAny]. 2023-01-09 16:03:37,804 main DEBUG createOrCondition(={IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)}) 2023-01-09 16:03:37,804 main DEBUG Building Plugin[name=IfFileName, class=org.apache.logging.log4j.core.appender.rolling.action.IfFileName]. 2023-01-09 16:03:37,805 main DEBUG createNameCondition(glob="common.log*.gz", regex="null", ={IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]}) 2023-01-09 16:03:37,807 main DEBUG Building Plugin[name=Delete, class=org.apache.logging.log4j.core.appender.rolling.action.DeleteAction]. 2023-01-09 16:03:37,808 main DEBUG 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)) 2023-01-09 16:03:37,809 main DEBUG Building Plugin[name=DefaultRolloverStrategy, class=org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy]. 2023-01-09 16:03:37,812 main DEBUG 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)) 2023-01-09 16:03:37,813 main DEBUG Building Plugin[name=appender, class=org.apache.logging.log4j.core.appender.RollingFileAppender]. 2023-01-09 16:03:37,833 main DEBUG 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, ={}) 2023-01-09 16:03:37,842 main DEBUG Returning file creation time for /Users/ivan.rosinsky/Work/Repos/test/log/common.log 2023-01-09 16:03:37,843 main DEBUG Starting RollingFileManager log/common.log 2023-01-09 16:03:37,845 main DEBUG PluginManager 'FileConverter' found 2 plugins 2023-01-09 16:03:37,851 main DEBUG Setting prev file time to 2023-01-09T16:03:37.000+0400 2023-01-09 16:03:37,851 main DEBUG Initializing triggering policy CompositeTriggeringPolicy(policies=[SizeBasedTriggeringPolicy(size=5242880), CronTriggeringPolicy(schedule=0 */5 * * * ?)]) 2023-01-09 16:03:37,851 main DEBUG Initializing triggering policy SizeBasedTriggeringPolicy(size=5242880) 2023-01-09 16:03:37,851 main DEBUG Initializing triggering policy CronTriggeringPolicy(schedule=0 */5 * * * ?) 2023-01-09 16:03:37,854 main DEBUG LastRollForFile 2023-01-09T16:00:00.000+0400, LastRegularRole 2023-01-09T16:00:00.000+0400 2023-01-09 16:03:37,854 main DEBUG Setting prev file time to 2023-01-09T16:00:00.000+0400 2023-01-09 16:03:37,856 main DEBUG Log4j2 ConfigurationScheduler starting 2 threads 2023-01-09 16:03:37,858 main DEBUG Log4j2 ConfigurationScheduler scheduled cron expression 0 */5 * * * ? to fire at 2023-01-09T16:05:00.000+0400 2023-01-09 16:03:37,858 main DEBUG ConfigurationScheduler [name=Log4j2 ConfigurationScheduler, [java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@1ad282e0] 2023-01-09 16:03:37,859 main DEBUG Building Plugin[name=appenders, class=org.apache.logging.log4j.core.config.AppendersPlugin]. 2023-01-09 16:03:37,859 main DEBUG createAppenders(={APPENDER_COMMON}) 2023-01-09 16:03:37,859 main DEBUG Building Plugin[name=AppenderRef, class=org.apache.logging.log4j.core.config.AppenderRef]. 2023-01-09 16:03:37,860 main DEBUG createAppenderRef(ref="APPENDER_COMMON", level="null", Filter=null) 2023-01-09 16:03:37,861 main DEBUG Building Plugin[name=root, class=org.apache.logging.log4j.core.config.LoggerConfig$RootLogger]. 2023-01-09 16:03:37,864 main DEBUG 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) 2023-01-09 16:03:37,869 main DEBUG Building Plugin[name=loggers, class=org.apache.logging.log4j.core.config.LoggersPlugin]. 2023-01-09 16:03:37,871 main DEBUG createLoggers(={root}) 2023-01-09 16:03:37,872 main DEBUG Configuration XmlConfiguration[location=/Users/ivan.rosinsky/Work/Repos/test/target/test-classes/log4j2.xml] initialized 2023-01-09 16:03:37,872 main DEBUG Starting configuration XmlConfiguration[location=/Users/ivan.rosinsky/Work/Repos/test/target/test-classes/log4j2.xml] 2023-01-09 16:03:37,873 main DEBUG Started configuration XmlConfiguration[location=/Users/ivan.rosinsky/Work/Repos/test/target/test-classes/log4j2.xml] OK. 2023-01-09 16:03:37,873 main DEBUG Shutting down OutputStreamManager SYSTEM_OUT.false.false-1 2023-01-09 16:03:37,873 main DEBUG OutputStream closed 2023-01-09 16:03:37,873 main DEBUG Shut down OutputStreamManager SYSTEM_OUT.false.false-1, all resources released: true 2023-01-09 16:03:37,874 main DEBUG Appender DefaultConsole-1 stopped with status true 2023-01-09 16:03:37,874 main DEBUG Stopped org.apache.logging.log4j.core.config.DefaultConfiguration@31dc339b OK 2023-01-09 16:03:37,956 main DEBUG Registering MBean org.apache.logging.log4j2:type=18b4aac2 2023-01-09 16:03:37,966 main DEBUG Registering MBean org.apache.logging.log4j2:type=18b4aac2,component=StatusLogger 2023-01-09 16:03:37,968 main DEBUG Registering MBean org.apache.logging.log4j2:type=18b4aac2,component=ContextSelector 2023-01-09 16:03:37,969 main DEBUG Registering MBean org.apache.logging.log4j2:type=18b4aac2,component=Loggers,name= 2023-01-09 16:03:37,970 main DEBUG Registering MBean org.apache.logging.log4j2:type=18b4aac2,component=Appenders,name=APPENDER_COMMON 2023-01-09 16:03:37,973 main DEBUG org.apache.logging.log4j.core.util.SystemClock does not support precise timestamps. 2023-01-09 16:03:37,974 main DEBUG 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@51931956) with optional ClassLoader: null 2023-01-09 16:03:37,974 main DEBUG Shutdown hook enabled. Registering a new one. 2023-01-09 16:03:37,975 main DEBUG LoggerContext[name=18b4aac2, org.apache.logging.log4j.core.LoggerContext@51931956] started OK. 2023-01-09 16:03:55,896 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:03:55,910 main DEBUG Current file: log/common.log 2023-01-09 16:03:55,913 main DEBUG Eligible files: {} 2023-01-09 16:03:55,914 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:03:55,919 main DEBUG OutputStream closed 2023-01-09 16:03:55,920 main DEBUG RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301091600-1, renameEmptyFiles=false] 2023-01-09 16:03:55,922 main DEBUG RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301091600-1 to log/common.log-202301091600-1.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] 2023-01-09 16:03:55,926 main DEBUG Now writing to log/common.log at 2023-01-09T16:03:55.923+0400 2023-01-09 16:03:55,957 Log4j2-TF-1-RollingFileManager-2 DEBUG Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] 2023-01-09 16:03:55,961 Log4j2-TF-1-RollingFileManager-2 DEBUG DeleteAction complete in 0.0030715 seconds 2023-01-09 16:04:13,575 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:04:13,582 main DEBUG Current file: log/common.log 2023-01-09 16:04:13,586 main DEBUG Eligible files: {1=log/common.log-202301091600-1.gz} 2023-01-09 16:04:13,586 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:04:13,589 main DEBUG OutputStream closed 2023-01-09 16:04:13,589 main DEBUG RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301091600-2, renameEmptyFiles=false] 2023-01-09 16:04:13,591 main DEBUG RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301091600-2 to log/common.log-202301091600-2.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] 2023-01-09 16:04:13,595 main DEBUG Now writing to log/common.log at 2023-01-09T16:04:13.592+0400 2023-01-09 16:04:13,620 Log4j2-TF-1-RollingFileManager-3 DEBUG Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] 2023-01-09 16:04:13,621 Log4j2-TF-1-RollingFileManager-3 DEBUG DeleteAction complete in 0.002583334 seconds 2023-01-09 16:04:31,569 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:04:31,572 main DEBUG Current file: log/common.log 2023-01-09 16:04:31,573 main DEBUG Eligible files: {1=log/common.log-202301091600-1.gz, 2=log/common.log-202301091600-2.gz} 2023-01-09 16:04:31,573 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:04:31,574 main DEBUG OutputStream closed 2023-01-09 16:04:31,574 main DEBUG RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301091600-3, renameEmptyFiles=false] 2023-01-09 16:04:31,575 main DEBUG RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301091600-3 to log/common.log-202301091600-3.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] 2023-01-09 16:04:31,575 main DEBUG Now writing to log/common.log at 2023-01-09T16:04:31.575+0400 2023-01-09 16:04:31,594 Log4j2-TF-1-RollingFileManager-4 DEBUG Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] 2023-01-09 16:04:31,595 Log4j2-TF-1-RollingFileManager-4 DEBUG DeleteAction complete in 7.29833E-4 seconds 2023-01-09 16:04:49,089 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:04:49,094 main DEBUG Current file: log/common.log 2023-01-09 16:04:49,096 main DEBUG Eligible files: {1=log/common.log-202301091600-1.gz, 2=log/common.log-202301091600-2.gz, 3=log/common.log-202301091600-3.gz} 2023-01-09 16:04:49,097 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:04:49,098 main DEBUG OutputStream closed 2023-01-09 16:04:49,099 main DEBUG RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301091600-4, renameEmptyFiles=false] 2023-01-09 16:04:49,101 main DEBUG RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301091600-4 to log/common.log-202301091600-4.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] 2023-01-09 16:04:49,101 main DEBUG Now writing to log/common.log at 2023-01-09T16:04:49.101+0400 2023-01-09 16:04:49,130 Log4j2-TF-1-RollingFileManager-5 DEBUG Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] 2023-01-09 16:04:49,130 Log4j2-TF-1-RollingFileManager-5 DEBUG DeleteAction complete in 8.265E-4 seconds 2023-01-09 16:05:00,010 Log4j2-TF-2-Scheduled-1 DEBUG Rollover PrevFileTime: 1673265600000, PrevRollTime: 1673265600000 2023-01-09 16:05:00,011 Log4j2-TF-2-Scheduled-1 DEBUG Setting prev file time to 2023-01-09T16:00:00.000+0400 2023-01-09 16:05:00,011 Log4j2-TF-2-Scheduled-1 DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:05:00,013 Log4j2-TF-2-Scheduled-1 DEBUG Current file: log/common.log 2023-01-09 16:05:00,016 Log4j2-TF-2-Scheduled-1 DEBUG Eligible files: {1=log/common.log-202301091600-1.gz, 2=log/common.log-202301091600-2.gz, 3=log/common.log-202301091600-3.gz, 4=log/common.log-202301091600-4.gz} 2023-01-09 16:05:00,017 Log4j2-TF-2-Scheduled-1 DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:05:00,019 Log4j2-TF-2-Scheduled-1 DEBUG OutputStream closed 2023-01-09 16:05:00,021 Log4j2-TF-2-Scheduled-1 DEBUG RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301091600-5, renameEmptyFiles=false] 2023-01-09 16:05:00,021 Log4j2-TF-2-Scheduled-1 DEBUG RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301091600-5 to log/common.log-202301091600-5.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] 2023-01-09 16:05:00,022 Log4j2-TF-2-Scheduled-1 DEBUG Now writing to log/common.log at 2023-01-09T16:05:00.022+0400 2023-01-09 16:05:00,023 Log4j2-TF-2-Scheduled-1 DEBUG Log4j2 ConfigurationScheduler Cron expression 0 */5 * * * ? scheduled to fire again at 2023-01-09T16:10:00.000+0400 2023-01-09 16:05:00,037 Log4j2-TF-1-RollingFileManager-6 DEBUG Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] 2023-01-09 16:05:00,039 Log4j2-TF-1-RollingFileManager-6 DEBUG DeleteAction complete in 0.002222417 seconds 2023-01-09 16:05:17,583 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:05:17,585 main DEBUG Current file: log/common.log 2023-01-09 16:05:17,588 main DEBUG Eligible files: {1=log/common.log-202301091600-1.gz, 2=log/common.log-202301091600-2.gz, 3=log/common.log-202301091600-3.gz, 4=log/common.log-202301091600-4.gz, 5=log/common.log-202301091600-5.gz} 2023-01-09 16:05:17,588 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:05:17,589 main DEBUG OutputStream closed 2023-01-09 16:05:17,590 main DEBUG RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301091600-6, renameEmptyFiles=false] 2023-01-09 16:05:17,591 main DEBUG RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301091600-6 to log/common.log-202301091600-6.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] 2023-01-09 16:05:17,591 main DEBUG Now writing to log/common.log at 2023-01-09T16:05:17.591+0400 2023-01-09 16:05:17,618 Log4j2-TF-1-RollingFileManager-8 DEBUG Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] 2023-01-09 16:05:17,619 Log4j2-TF-1-RollingFileManager-8 DEBUG DeleteAction complete in 0.001722 seconds 2023-01-09 16:05:35,621 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:05:35,629 main DEBUG Current file: log/common.log 2023-01-09 16:05:35,630 main DEBUG Eligible files: {1=log/common.log-202301091600-1.gz, 2=log/common.log-202301091600-2.gz, 3=log/common.log-202301091600-3.gz, 4=log/common.log-202301091600-4.gz, 5=log/common.log-202301091600-5.gz, 6=log/common.log-202301091600-6.gz} 2023-01-09 16:05:35,631 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:05:35,632 main DEBUG OutputStream closed 2023-01-09 16:05:35,633 main DEBUG RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301091600-7, renameEmptyFiles=false] 2023-01-09 16:05:35,633 main DEBUG RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301091600-7 to log/common.log-202301091600-7.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] 2023-01-09 16:05:35,634 main DEBUG Now writing to log/common.log at 2023-01-09T16:05:35.634+0400 2023-01-09 16:05:35,673 Log4j2-TF-1-RollingFileManager-9 DEBUG Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] 2023-01-09 16:05:35,674 Log4j2-TF-1-RollingFileManager-9 DEBUG DeleteAction complete in 8.23917E-4 seconds 2023-01-09 16:05:53,551 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:05:53,560 main DEBUG Current file: log/common.log 2023-01-09 16:05:53,562 main DEBUG Eligible files: {1=log/common.log-202301091600-1.gz, 2=log/common.log-202301091600-2.gz, 3=log/common.log-202301091600-3.gz, 4=log/common.log-202301091600-4.gz, 5=log/common.log-202301091600-5.gz, 6=log/common.log-202301091600-6.gz, 7=log/common.log-202301091600-7.gz} 2023-01-09 16:05:53,563 main DEBUG Eligible files: {1=log/common.log-202301091600-1.gz, 2=log/common.log-202301091600-2.gz, 3=log/common.log-202301091600-3.gz, 4=log/common.log-202301091600-4.gz, 5=log/common.log-202301091600-5.gz, 6=log/common.log-202301091600-6.gz, 7=log/common.log-202301091600-7.gz} 2023-01-09 16:05:53,563 main DEBUG Deleting /Users/ivan.rosinsky/Work/Repos/test/log/common.log-202301091600-1.gz 2023-01-09 16:05:53,567 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:05:53,568 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-2.gz to log/common.log-202301091600-1.gz, renameEmptyFiles=true] 2023-01-09 16:05:53,570 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:05:53,571 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-3.gz to log/common.log-202301091600-2.gz, renameEmptyFiles=true] 2023-01-09 16:05:53,572 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:05:53,573 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-4.gz to log/common.log-202301091600-3.gz, renameEmptyFiles=true] 2023-01-09 16:05:53,575 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:05:53,575 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-5.gz to log/common.log-202301091600-4.gz, renameEmptyFiles=true] 2023-01-09 16:05:53,576 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:05:53,577 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-6.gz to log/common.log-202301091600-5.gz, renameEmptyFiles=true] 2023-01-09 16:05:53,578 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:05:53,578 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-7.gz to log/common.log-202301091600-6.gz, renameEmptyFiles=true] 2023-01-09 16:05:53,579 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:05:53,580 main DEBUG OutputStream closed 2023-01-09 16:05:53,580 main DEBUG RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301091600-7, renameEmptyFiles=false] 2023-01-09 16:05:53,581 main DEBUG RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301091600-7 to log/common.log-202301091600-7.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] 2023-01-09 16:05:53,584 main DEBUG Now writing to log/common.log at 2023-01-09T16:05:53.583+0400 2023-01-09 16:05:53,617 Log4j2-TF-1-RollingFileManager-10 DEBUG Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] 2023-01-09 16:05:53,619 Log4j2-TF-1-RollingFileManager-10 DEBUG DeleteAction complete in 0.001952583 seconds 2023-01-09 16:06:11,752 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:06:11,759 main DEBUG Current file: log/common.log 2023-01-09 16:06:11,762 main DEBUG Eligible files: {1=log/common.log-202301091600-1.gz, 2=log/common.log-202301091600-2.gz, 3=log/common.log-202301091600-3.gz, 4=log/common.log-202301091600-4.gz, 5=log/common.log-202301091600-5.gz, 6=log/common.log-202301091600-6.gz, 7=log/common.log-202301091600-7.gz} 2023-01-09 16:06:11,762 main DEBUG Eligible files: {1=log/common.log-202301091600-1.gz, 2=log/common.log-202301091600-2.gz, 3=log/common.log-202301091600-3.gz, 4=log/common.log-202301091600-4.gz, 5=log/common.log-202301091600-5.gz, 6=log/common.log-202301091600-6.gz, 7=log/common.log-202301091600-7.gz} 2023-01-09 16:06:11,763 main DEBUG Deleting /Users/ivan.rosinsky/Work/Repos/test/log/common.log-202301091600-1.gz 2023-01-09 16:06:11,765 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:06:11,765 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-2.gz to log/common.log-202301091600-1.gz, renameEmptyFiles=true] 2023-01-09 16:06:11,767 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:06:11,767 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-3.gz to log/common.log-202301091600-2.gz, renameEmptyFiles=true] 2023-01-09 16:06:11,768 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:06:11,768 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-4.gz to log/common.log-202301091600-3.gz, renameEmptyFiles=true] 2023-01-09 16:06:11,769 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:06:11,770 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-5.gz to log/common.log-202301091600-4.gz, renameEmptyFiles=true] 2023-01-09 16:06:11,770 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:06:11,771 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-6.gz to log/common.log-202301091600-5.gz, renameEmptyFiles=true] 2023-01-09 16:06:11,771 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:06:11,772 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-7.gz to log/common.log-202301091600-6.gz, renameEmptyFiles=true] 2023-01-09 16:06:11,773 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:06:11,774 main DEBUG OutputStream closed 2023-01-09 16:06:11,775 main DEBUG RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301091600-7, renameEmptyFiles=false] 2023-01-09 16:06:11,775 main DEBUG RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301091600-7 to log/common.log-202301091600-7.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] 2023-01-09 16:06:11,776 main DEBUG Now writing to log/common.log at 2023-01-09T16:06:11.776+0400 2023-01-09 16:06:11,802 Log4j2-TF-1-RollingFileManager-11 DEBUG Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] 2023-01-09 16:06:11,806 Log4j2-TF-1-RollingFileManager-11 DEBUG DeleteAction complete in 0.003385416 seconds 2023-01-09 16:06:29,816 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:06:29,835 main DEBUG Current file: log/common.log 2023-01-09 16:06:29,840 main DEBUG Eligible files: {1=log/common.log-202301091600-1.gz, 2=log/common.log-202301091600-2.gz, 3=log/common.log-202301091600-3.gz, 4=log/common.log-202301091600-4.gz, 5=log/common.log-202301091600-5.gz, 6=log/common.log-202301091600-6.gz, 7=log/common.log-202301091600-7.gz} 2023-01-09 16:06:29,841 main DEBUG Eligible files: {1=log/common.log-202301091600-1.gz, 2=log/common.log-202301091600-2.gz, 3=log/common.log-202301091600-3.gz, 4=log/common.log-202301091600-4.gz, 5=log/common.log-202301091600-5.gz, 6=log/common.log-202301091600-6.gz, 7=log/common.log-202301091600-7.gz} 2023-01-09 16:06:29,842 main DEBUG Deleting /Users/ivan.rosinsky/Work/Repos/test/log/common.log-202301091600-1.gz 2023-01-09 16:06:29,844 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:06:29,845 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-2.gz to log/common.log-202301091600-1.gz, renameEmptyFiles=true] 2023-01-09 16:06:29,846 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:06:29,848 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-3.gz to log/common.log-202301091600-2.gz, renameEmptyFiles=true] 2023-01-09 16:06:29,850 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:06:29,851 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-4.gz to log/common.log-202301091600-3.gz, renameEmptyFiles=true] 2023-01-09 16:06:29,851 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:06:29,852 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-5.gz to log/common.log-202301091600-4.gz, renameEmptyFiles=true] 2023-01-09 16:06:29,852 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:06:29,853 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-6.gz to log/common.log-202301091600-5.gz, renameEmptyFiles=true] 2023-01-09 16:06:29,855 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:06:29,857 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-7.gz to log/common.log-202301091600-6.gz, renameEmptyFiles=true] 2023-01-09 16:06:29,858 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:06:29,860 main DEBUG OutputStream closed 2023-01-09 16:06:29,862 main DEBUG RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301091600-7, renameEmptyFiles=false] 2023-01-09 16:06:29,864 main DEBUG RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301091600-7 to log/common.log-202301091600-7.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] 2023-01-09 16:06:29,865 main DEBUG Now writing to log/common.log at 2023-01-09T16:06:29.865+0400 2023-01-09 16:06:29,890 Log4j2-TF-1-RollingFileManager-12 DEBUG Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] 2023-01-09 16:06:29,891 Log4j2-TF-1-RollingFileManager-12 DEBUG DeleteAction complete in 7.80208E-4 seconds 2023-01-09 16:06:47,583 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:06:47,591 main DEBUG Current file: log/common.log 2023-01-09 16:06:47,600 main DEBUG Eligible files: {1=log/common.log-202301091600-1.gz, 2=log/common.log-202301091600-2.gz, 3=log/common.log-202301091600-3.gz, 4=log/common.log-202301091600-4.gz, 5=log/common.log-202301091600-5.gz, 6=log/common.log-202301091600-6.gz, 7=log/common.log-202301091600-7.gz} 2023-01-09 16:06:47,608 main DEBUG Eligible files: {1=log/common.log-202301091600-1.gz, 2=log/common.log-202301091600-2.gz, 3=log/common.log-202301091600-3.gz, 4=log/common.log-202301091600-4.gz, 5=log/common.log-202301091600-5.gz, 6=log/common.log-202301091600-6.gz, 7=log/common.log-202301091600-7.gz} 2023-01-09 16:06:47,609 main DEBUG Deleting /Users/ivan.rosinsky/Work/Repos/test/log/common.log-202301091600-1.gz 2023-01-09 16:06:47,610 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:06:47,614 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-2.gz to log/common.log-202301091600-1.gz, renameEmptyFiles=true] 2023-01-09 16:06:47,615 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:06:47,615 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-3.gz to log/common.log-202301091600-2.gz, renameEmptyFiles=true] 2023-01-09 16:06:47,616 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:06:47,616 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-4.gz to log/common.log-202301091600-3.gz, renameEmptyFiles=true] 2023-01-09 16:06:47,617 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:06:47,617 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-5.gz to log/common.log-202301091600-4.gz, renameEmptyFiles=true] 2023-01-09 16:06:47,617 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:06:47,618 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-6.gz to log/common.log-202301091600-5.gz, renameEmptyFiles=true] 2023-01-09 16:06:47,618 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:06:47,618 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-7.gz to log/common.log-202301091600-6.gz, renameEmptyFiles=true] 2023-01-09 16:06:47,619 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:06:47,619 main DEBUG OutputStream closed 2023-01-09 16:06:47,620 main DEBUG RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301091600-7, renameEmptyFiles=false] 2023-01-09 16:06:47,623 main DEBUG RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301091600-7 to log/common.log-202301091600-7.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] 2023-01-09 16:06:47,625 main DEBUG Now writing to log/common.log at 2023-01-09T16:06:47.625+0400 2023-01-09 16:06:47,655 Log4j2-TF-1-RollingFileManager-13 DEBUG Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] 2023-01-09 16:06:47,656 Log4j2-TF-1-RollingFileManager-13 DEBUG DeleteAction complete in 8.325E-4 seconds 2023-01-09 16:07:05,393 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:07:05,403 main DEBUG Current file: log/common.log 2023-01-09 16:07:05,405 main DEBUG Eligible files: {1=log/common.log-202301091600-1.gz, 2=log/common.log-202301091600-2.gz, 3=log/common.log-202301091600-3.gz, 4=log/common.log-202301091600-4.gz, 5=log/common.log-202301091600-5.gz, 6=log/common.log-202301091600-6.gz, 7=log/common.log-202301091600-7.gz} 2023-01-09 16:07:05,406 main DEBUG Eligible files: {1=log/common.log-202301091600-1.gz, 2=log/common.log-202301091600-2.gz, 3=log/common.log-202301091600-3.gz, 4=log/common.log-202301091600-4.gz, 5=log/common.log-202301091600-5.gz, 6=log/common.log-202301091600-6.gz, 7=log/common.log-202301091600-7.gz} 2023-01-09 16:07:05,407 main DEBUG Deleting /Users/ivan.rosinsky/Work/Repos/test/log/common.log-202301091600-1.gz 2023-01-09 16:07:05,407 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:07:05,409 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-2.gz to log/common.log-202301091600-1.gz, renameEmptyFiles=true] 2023-01-09 16:07:05,411 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:07:05,412 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-3.gz to log/common.log-202301091600-2.gz, renameEmptyFiles=true] 2023-01-09 16:07:05,413 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:07:05,413 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-4.gz to log/common.log-202301091600-3.gz, renameEmptyFiles=true] 2023-01-09 16:07:05,413 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:07:05,414 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-5.gz to log/common.log-202301091600-4.gz, renameEmptyFiles=true] 2023-01-09 16:07:05,414 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:07:05,414 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-6.gz to log/common.log-202301091600-5.gz, renameEmptyFiles=true] 2023-01-09 16:07:05,415 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:07:05,415 main DEBUG DefaultRolloverStrategy.purgeAscending executing FileRenameAction[log/common.log-202301091600-7.gz to log/common.log-202301091600-6.gz, renameEmptyFiles=true] 2023-01-09 16:07:05,417 main DEBUG Formatting file name. useCurrentTime=false. currentFileTime=1673265600000, prevFileTime=1673265600000 2023-01-09 16:07:05,425 main DEBUG OutputStream closed 2023-01-09 16:07:05,426 main DEBUG RollingFileManager executing synchronous FileRenameAction[log/common.log to log/common.log-202301091600-7, renameEmptyFiles=false] 2023-01-09 16:07:05,428 main DEBUG RollingFileManager executing async CompositeAction[GzCompressAction[log/common.log-202301091600-7 to log/common.log-202301091600-7.gz, deleteSource=true], DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]]] 2023-01-09 16:07:05,432 main DEBUG Now writing to log/common.log at 2023-01-09T16:07:05.431+0400 2023-01-09 16:07:05,454 Log4j2-TF-1-RollingFileManager-14 DEBUG Starting DeleteAction[basePath=log, options=[], maxDepth=1, conditions=[IfFileName(glob:common.log*.gz AND [IfAny[IfLastModified(age=P90D), IfAccumulatedFileCount(exceeds=4000)]])]] 2023-01-09 16:07:05,455 Log4j2-TF-1-RollingFileManager-14 DEBUG DeleteAction complete in 0.001890708 seconds 2023-01-09 16:07:07,177 pool-1-thread-1 DEBUG Stopping LoggerContext[name=18b4aac2, org.apache.logging.log4j.core.LoggerContext@51931956] 2023-01-09 16:07:07,178 pool-1-thread-1 DEBUG Stopping LoggerContext[name=18b4aac2, org.apache.logging.log4j.core.LoggerContext@51931956]... 2023-01-09 16:07:07,193 pool-1-thread-1 DEBUG Shutting down RollingFileManager log/common.log 2023-01-09 16:07:07,193 pool-1-thread-1 DEBUG Shutting down RollingFileManager log/common.log 2023-01-09 16:07:07,195 pool-1-thread-1 DEBUG OutputStream closed 2023-01-09 16:07:07,195 pool-1-thread-1 DEBUG All asynchronous threads have terminated 2023-01-09 16:07:07,195 pool-1-thread-1 DEBUG RollingFileManager shutdown completed with status true 2023-01-09 16:07:07,195 pool-1-thread-1 DEBUG Shut down RollingFileManager log/common.log, all resources released: true 2023-01-09 16:07:07,195 pool-1-thread-1 DEBUG Appender APPENDER_COMMON stopped with status true 2023-01-09 16:07:07,195 pool-1-thread-1 DEBUG Log4j2 ConfigurationScheduler shutting down threads in java.util.concurrent.ScheduledThreadPoolExecutor@300b9be8[Running, pool size = 2, active threads = 0, queued tasks = 1, completed tasks = 1] 2023-01-09 16:07:07,197 pool-1-thread-1 DEBUG Stopped XmlConfiguration[location=/Users/ivan.rosinsky/Work/Repos/test/target/test-classes/log4j2.xml] OK 2023-01-09 16:07:07,198 pool-1-thread-1 DEBUG Stopped LoggerContext[name=18b4aac2, org.apache.logging.log4j.core.LoggerContext@51931956] with status true Process finished with exit code 137 (interrupted by signal 9: SIGKILL)