michael-buerkle opened a new pull request #639: URL: https://github.com/apache/logging-log4j2/pull/639
According to https://logging.apache.org/log4j/2.x/log4j-core/apidocs/org/apache/logging/log4j/core/appender/rolling/action/Duration.html#parseCharSequence a Duration looks like "P2D" or "PT20S". In serveral instances our configuration did not work as expected and didn't delete files despite them beeing older then the period that we thought was configured. After some digging into the configuration we found that the above mention string fixed the configuration. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
