Use debug instead of info log level in google_maps (#125942)
This commit is contained in:
parent
aece6cc327
commit
932d66b0ee
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class GoogleMapsScanner:
|
|||
self.max_gps_accuracy is not None
|
||||
and person.accuracy > self.max_gps_accuracy
|
||||
):
|
||||
_LOGGER.info(
|
||||
_LOGGER.debug(
|
||||
(
|
||||
"Ignoring %s update because expected GPS "
|
||||
"accuracy %s is not met: %s"
|
||||
|
|
Loading…
Add table
Reference in a new issue