Skip to content

Commit 222e590

Browse files
author
Michael Reinsch
authored
change log message to debug
The "sending heartbeat" message is spamming our logs. I'd like to propose to switching that to debug.
1 parent c770827 commit 222e590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/kafka/consumer_group.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def commit_offsets(offsets)
9292
end
9393

9494
def heartbeat
95-
@logger.info "Sending heartbeat..."
95+
@logger.debug "Sending heartbeat..."
9696

9797
response = coordinator.heartbeat(
9898
group_id: @group_id,

0 commit comments

Comments
 (0)