fabian-braun opened a new issue, #3792: URL: https://github.com/apache/logging-log4j2/issues/3792
## Description We sometimes encounter broken timestamp fields in our logs since we upgraded to the latest Log4J version which has been released a few days ago. The logged timestamp is cut off and cannot be parsed by our ElasticSearch backend. For example it looks like `2025-06-28T10:20:` (note how seconds, etc are missing) ## Configuration **Version:** 2.25.0 **Operating system:** Linux, 6.8.0-1024-aws **JDK:** amazoncorretto:21-al2023 ## Logs ``` [Stacktraces, errors, etc. relevant applications logs.] ``` ## Reproduction [An isolated test reproducing the test. JUnit tests similar to the ones in the code base are extremely appreciated.] -- 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]
