Skip to content

Commit

Permalink
Merge pull request #581 from Kraigie/log-when-connection-up
Browse files Browse the repository at this point in the history
Log at INFO level when shard connection is up
  • Loading branch information
jb3 authored May 4, 2024
2 parents 89803a2 + 0ae90c5 commit 4ca164c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nostrum/shard/session.ex
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ defmodule Nostrum.Shard.Session do
Logger.debug("Consumer up, we are ready to rumble")

_consumers ->
Logger.debug("Shard connection up")
Logger.info("Shard connection armed and ready")
end

:ok = ConsumerGroup.demonitor(reference)
Expand Down

0 comments on commit 4ca164c

Please # to comment.