Noisy beacons notice back to debug level.

There's just too many of them and it ends up polluting the logs.
This commit is contained in:
Fabio Manganiello 2023-05-01 21:25:42 +02:00
parent ce248ccfbb
commit 9d82ce6ea9
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ class EventHandler:
new_entity = device_to_entity(device, data)
if self._exclude_known_noisy_beacons and self._is_noisy_beacon(new_entity):
logger.info(
logger.debug(
'exclude_known_noisy_beacons is set to True: skipping beacon from device %s',
device.address,
)