Skip to content

Commit 396d5bf

Browse files
committed
Change LOGGER-level to info
1 parent 75eb4a0 commit 396d5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/legacy/smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ async def async_update(self) -> PlugwiseData:
127127
day_number # pylint: disable=consider-using-assignment-expr
128128
!= self._previous_day_number
129129
):
130-
LOGGER.debug(
130+
LOGGER.info(
131131
"Performing daily full-update, reload the Plugwise integration when a single entity becomes unavailable."
132132
)
133133
self.gw_data: GatewayData = {}

0 commit comments

Comments
 (0)