veenaBOL commented on issue #4088: URL: https://github.com/apache/logging-log4j2/issues/4088#issuecomment-4437737372
Hi @vy , Apologies for the delay in getting back on this. I’ve investigated the logging setup further. We are using: log4j-slf4j2-impl:2.20.0 So the previously mentioned issue (log4j-to-slf4j #4068 / #4089) is not applicable in our case, since we are not using the log4j-to-slf4j bridge. I also noticed a version mismatch in our logging stack: log4j-core: 2.25.3 log4j-api: 2.25.3 log4j-slf4j2-impl: 2.20.0 Could you please confirm whether such a version mismatch between log4j-core and log4j-slf4j2-impl could potentially lead to issues like; incomplete / truncated log output , missing stack traces . Please find the minimal reproducer to isolate the issue. It includes: - Log4j configuration (AsyncLogger + JSONLayout + Sentry appender) - A simple Java main class logging a large message + throwable - Maven pom.xml with required logging dependencies [untitled folder.zip](https://github.com/user-attachments/files/27693209/untitled.folder.zip) -- 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]
