mimaison opened a new pull request, #14275:
URL: https://github.com/apache/kafka/pull/14275

   Currently this produces log lines like:
   ```
   INFO [ProducerStateManager partition=connect-status-1]Wrote producer 
snapshot at offset 2 with 0 producer ids in 19 ms. 
(org.apache.kafka.storage.internals.log.ProducerStateManager)
   ```
   
   Ideally LogContext should add a space to separate the context from the 
message instead of having to put a trailing space in each context string. But 
we have trailing spaces in all the codebase, so just adding the missing space 
here.
   
   I spotted a few other missing spaces but only in tests. 
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


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