vy commented on issue #1539: URL: https://github.com/apache/logging-log4j2/issues/1539#issuecomment-2664134549
> 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 ([apache/kafka#18872](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 [#3053](https://github.com/apache/logging-log4j2/pull/3053)? Correct. You can even look at [the Log4j GraalVM guide of the upcoming release](https://logging.staged.apache.org/log4j/2.x/graalvm.html#impl-core). > 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 > ``` It indeed looks like the associated `PatternConverter` is not discovered. Would you mind giving the most recent `2.25.0-SNAPSHOT` a try using the Log4j GraalVM guide, and updating us on the outcome, please? -- 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