Skip to content

Commit caf631a

Browse files
authored
Merge pull request #524 from mreinsch/less-noisy-heartbeat
change log message to debug
2 parents c770827 + 222e590 commit caf631a

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)