merlimat opened a new pull request, #25506:
URL: https://github.com/apache/pulsar/pull/25506

   ## Summary
   - Convert all 42 source and test files in `pulsar-common` 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
   - Remove Logger parameter from internal `FileUtils` methods (use class-level 
logger instead)
   
   ## Test plan
   - [x] `compileJava` and `compileTestJava` pass
   - [x] `checkstyleMain` and `checkstyleTest` pass
   - [ ] CI passes
   
   ### Motivation
   
   PIP-467
   
   ### Modifications
   
   Convert pulsar-common module from SLF4J to slog structured logging.
   
   > [!NOTE]
   > Please label this PR with `ready-to-test`


-- 
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]

Reply via email to