forked from platypush/platypush
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:
parent
ce248ccfbb
commit
9d82ce6ea9
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,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