chia7712 commented on issue #1539: URL: https://github.com/apache/logging-log4j2/issues/1539#issuecomment-2663824477
> Since logging-log4j-samples has a test suite for GraalVM support, which passes for version 2.25.0-SNAPSHOT Pardon me, does "log4j2 2.25.0-SNAPSHOT" indicate that log4j2 can be used with GraalVM without requiring any modifications to the user code? I am currently testing Kafka with log4j2 under GraalVM (https://github.com/apache/kafka/pull/18872) and encountered the following error. While I haven't investigated it thoroughly, it appears that the issue might be resolved by the changes in https://github.com/apache/logging-log4j2/pull/3053? Please correct me if I misunderstand anything, and thanks for you to keep updating log4j2. ``` 2025-02-17T17:47:33.068964Z main ERROR Unrecognized format specifier [d] 2025-02-17T17:47:33.069017Z main ERROR Unrecognized conversion specifier [d] starting at position 16 in conversion pattern. 2025-02-17T17:47:33.069029Z main ``` -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org