Noisy beacons logging trace moved from info to debug.

This commit is contained in:
Fabio Manganiello 2023-03-22 16:31:57 +01:00
parent 5dd95362a1
commit e10bec88c0
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,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,
)