Skip to content

Commit

Permalink
change logger from parent class to log in current class(Fixes gh-2366) (
Browse files Browse the repository at this point in the history
  • Loading branch information
pandaapo committed Sep 19, 2022
1 parent fcf8cd4 commit 9cd3777
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -117,7 +117,7 @@ public void start() {
.fetchPublishMessageQueues(destination.getName());
if (extendedProducerProperties.getPartitionCount() != messageQueues
.size()) {
logger.info(String.format(
log.info(String.format(
"The partition count of topic '%s' will change from '%s' to '%s'",
destination.getName(),
extendedProducerProperties.getPartitionCount(),
Expand Down

0 comments on commit 9cd3777

Please sign in to comment.