diff --git a/platypush/plugins/bluetooth/_ble/_event_handler.py b/platypush/plugins/bluetooth/_ble/_event_handler.py index eb03bd14f..8cd9bb9e1 100644 --- a/platypush/plugins/bluetooth/_ble/_event_handler.py +++ b/platypush/plugins/bluetooth/_ble/_event_handler.py @@ -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, )