Log Tractive events on debug level (#98539)
This commit is contained in:
parent
30a88e9e61
commit
d44847bb23
1 changed files with 1 additions and 0 deletions
|
@ -207,6 +207,7 @@ class TractiveClient:
|
|||
while True:
|
||||
try:
|
||||
async for event in self._client.events():
|
||||
_LOGGER.debug("Received event: %s", event)
|
||||
if server_was_unavailable:
|
||||
_LOGGER.debug("Tractive is back online")
|
||||
server_was_unavailable = False
|
||||
|
|
Loading…
Add table
Reference in a new issue