Skip to content

Commit

Permalink
Set lost connection log to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
RicArch97 committed May 7, 2021
1 parent 9fdb366 commit a37d0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crownstone_sse/async_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ async def _async_reconnect(self) -> None:
# lost connection to the SSE server, try to reconnect
# log once
if self._state != AsyncClientState.CONNECTING:
_LOGGER.debug(
_LOGGER.warning(
"Lost connection to the Crownstone SSE server. "
"Reconnecting in 30 seconds."
)
Expand Down

0 comments on commit a37d0d8

Please sign in to comment.