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

   ## Summary
   - Convert 358 test files in the `pulsar-broker` module from SLF4J to slog 
structured logging
   - Apply the same conversion patterns used in the main sources PR (#25535): 
structured `.attr(...)` calls, `.exception(...)` for throwables, and short form 
`log.level("msg")` when no attributes are present
   - Strip stale SLF4J `{}` placeholder text from log messages
   
   ## Test plan
   - [x] `./gradlew :pulsar-broker:compileTestJava` passes
   - [x] `./gradlew :pulsar-broker:checkstyleTest` passes
   - [ ] CI passes
   
   ### Motivation
   
   PIP-467
   
   > [!NOTE]
   > Please label this PR with `area/test` and `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