FrankYang0529 commented on PR #18872: URL: https://github.com/apache/kafka/pull/18872#issuecomment-2659644151
Hi @dajac, I may need more time on this. Currently, there is some error message like this. I'm still check where the log from. Thanks. ``` 2025-02-13T03:30:07.514257Z main ERROR Unrecognized format specifier [d] 2025-02-13T03:30:07.514271Z main ERROR Unrecognized conversion specifier [d] starting at position 16 in conversion pattern. 2025-02-13T03:30:07.514293Z main ERROR Unrecognized format specifier [thread] 2025-02-13T03:30:07.514302Z main ERROR Unrecognized conversion specifier [thread] starting at position 25 in conversion pattern. 2025-02-13T03:30:07.514318Z main ERROR Unrecognized format specifier [level] 2025-02-13T03:30:07.514331Z main ERROR Unrecognized conversion specifier [level] starting at position 35 in conversion pattern. 2025-02-13T03:30:07.514347Z main ERROR Unrecognized format specifier [logger] 2025-02-13T03:30:07.514361Z main ERROR Unrecognized conversion specifier [logger] starting at position 47 in conversion pattern. 2025-02-13T03:30:07.514376Z main ERROR Unrecognized format specifier [msg] 2025-02-13T03:30:07.514391Z main ERROR Unrecognized conversion specifier [msg] starting at position 54 in conversion pattern. 2025-02-13T03:30:07.514406Z main ERROR Unrecognized format specifier [n] 2025-02-13T03:30:07.514420Z main ERROR Unrecognized conversion specifier [n] starting at position 56 in conversion pattern. ``` -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org