ppkarwasz opened a new issue, #2594: URL: https://github.com/apache/logging-log4j2/issues/2594
The `OnStartupTriggeringPolicy` compares the creation time of the JVM with the creation time of the current log file. However "creation time" is not well defined on UNIX systems and Java might output: * `0L`, * the time of last modification of the file, * or the time the file was created, if the filesystem supports additional metadata (see for example [`statx`](https://man7.org/linux/man-pages/man2/statx.2.html) for Linux). For the time being the tests have been disabled on some systems in 7b92b6f17965f96cbcd3caf404e9e553ded043ff and 53e3b85978fd0dc5bccee44adca7dc94b5c33679 -- 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: notifications-unsubscr...@logging.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org