Skip to content

Commit

Permalink
Add another logger line for messages done being read
Browse files Browse the repository at this point in the history
  • Loading branch information
4Kaylum committed Jan 17, 2024
1 parent 67020b2 commit c9943fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions novus/api/gateway/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -824,3 +824,5 @@ async def message_handler(self) -> None:
# Everything else
case _:
print("Failed to deal with gateway message %s" % dump(message))

log.info("[%s] Done reading messages", self.shard_id)

0 comments on commit c9943fb

Please sign in to comment.