Skip to content

Commit

Permalink
update to logging
Browse files Browse the repository at this point in the history
  • Loading branch information
rabellino-noaa committed Jul 2, 2024
1 parent ae0e9a4 commit b8d405e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/idsse_common/idsse/common/publish_confirm.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,7 @@ def _wait_for_channel_to_be_ready(self) -> None:
# validate that PublishConfirm thread has been set up and connected to RabbitMQ
logger.info('DEBUG _wait_for_channel_to_be_ready state')
logger.info(self._connection)
logger.info(self._connection.is_open)
logger.info(self._channel)
logger.info(self._channel.is_open)
logger.info('----------------------')
if not (self._connection and self._connection.is_open
and self._channel and self._channel.is_open):
Expand Down

0 comments on commit b8d405e

Please sign in to comment.