You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "fxbing (via GitHub)" <gi...@apache.org> on 2023/06/21 06:40:53 UTC

[GitHub] [kafka] fxbing opened a new pull request, #13892: MINOR: fix logger used by CoreUtils#swallow()

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

   *More detailed description of your change,
   if necessary. The PR title and PR message become
   the squashed commit message, so use a separate
   comment to ping reviewers.*
   
   The `swallow()` method in `CoreUtils` class includes a `logging` parameter, but it is not utilized, causing the logs to be recorded using the wrong logger.
   
   ### 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: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [kafka] divijvaidya commented on pull request #13892: MINOR: change logger used by CoreUtils#swallow()

Posted by "divijvaidya (via GitHub)" <gi...@apache.org>.
divijvaidya commented on PR #13892:
URL: https://github.com/apache/kafka/pull/13892#issuecomment-1600378754

   There are spotbug errors in the CI build. Please fix them.


-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [kafka] fxbing closed pull request #13892: MINOR: change logger used by CoreUtils#swallow()

Posted by "fxbing (via GitHub)" <gi...@apache.org>.
fxbing closed pull request #13892: MINOR: change logger used by CoreUtils#swallow()
URL: https://github.com/apache/kafka/pull/13892


-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org