forked from platypush/platypush
Noisy beacons logging trace moved from info to debug.
This commit is contained in:
parent
5dd95362a1
commit
e10bec88c0
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ class EventHandler:
|
||||||
|
|
||||||
new_entity = device_to_entity(device, data)
|
new_entity = device_to_entity(device, data)
|
||||||
if self._exclude_known_noisy_beacons and self._is_noisy_beacon(new_entity):
|
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',
|
'exclude_known_noisy_beacons is set to True: skipping beacon from device %s',
|
||||||
device.address,
|
device.address,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue