Skip to content

Commit

Permalink
Add a debug log for hearbeats
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Jun 24, 2024
1 parent 40bf4b8 commit 557bc7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bugzilla2fedmsg/consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def setup_heartbeat(self):
def _send_heartbeat():
if not self._running:
return
LOGGER.debug("Sending heartbeat")
self.stomp.beat()
self.setup_heartbeat()

Expand Down

0 comments on commit 557bc7d

Please sign in to comment.