merlimat opened a new pull request, #25505: URL: https://github.com/apache/pulsar/pull/25505
## Summary - Convert all 66 source and test files in `pulsar-metadata` from SLF4J to slog structured logging - Replace `@Slf4j` with `@CustomLog` and convert log statements to slog fluent API with structured attributes - Use `.exception(e)` for Throwable objects and lazy attrs where appropriate ## Test plan - [x] `compileJava` and `compileTestJava` pass - [x] `checkstyleMain` and `checkstyleTest` pass - [ ] CI passes ### Motivation PIP-467 ### Modifications Convert pulsar-metadata module from SLF4J to slog structured logging. > [!NOTE] > Please label this PR with `ready-to-test` <!-- doc-not-needed --> -- 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]
