mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Fritz device tracker: set 'scanning' log to debug (#26043)
Changed the logging level for the polling of the fritz device tracker from info to debug. The message was logged up to 6 times per minute and bloated the log file.
This commit is contained in:
parent
2a39d1209c
commit
10d63e46d7
@ -85,6 +85,6 @@ class FritzBoxScanner(DeviceScanner):
|
|||||||
if not self.success_init:
|
if not self.success_init:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
_LOGGER.info("Scanning")
|
_LOGGER.debug("Scanning")
|
||||||
self.last_results = self.fritz_box.get_hosts_info()
|
self.last_results = self.fritz_box.get_hosts_info()
|
||||||
return True
|
return True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user