Skip to content

Commit

Permalink
Merge pull request #1522 from SofiaFey/add-groupid-to-log
Browse files Browse the repository at this point in the history
add groupId to group coordinator log
  • Loading branch information
Nevon committed Feb 27, 2023
2 parents e52044d + b97cabb commit 5eaff2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cluster/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ module.exports = class Cluster {
} catch (e) {
this.logger.debug('Tried to find group coordinator', {
nodeId,
groupId,
error: e,
})

Expand Down

0 comments on commit 5eaff2b

Please sign in to comment.