Skip to content

Commit 6c01e11

Browse files
committed
Set receiver-logger to info
1 parent d051f50 commit 6c01e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/connection/receiver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ async def _notify_node_response_subscribers(
468468

469469
self._node_subscription_lock.release()
470470
if len(notify_tasks) > 0:
471-
_LOGGER.debug("Received %s %s", node_response, node_response.seq_id)
471+
_LOGGER.info("Received %s %s", node_response, node_response.seq_id)
472472
if node_response.seq_id not in BROADCAST_IDS:
473473
self._last_processed_messages.append(node_response.seq_id)
474474
# Limit tracking to only the last appended request (FIFO)

0 commit comments

Comments
 (0)