Explictly setting logging level
This commit is contained in:
parent
5e81fecb78
commit
c87e076939
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ import logging
|
||||||
|
|
||||||
DELAY_SECONDS = 1
|
DELAY_SECONDS = 1
|
||||||
|
|
||||||
|
logging.getLogger().setLevel(logging.INFO)
|
||||||
|
|
||||||
|
|
||||||
sensor = VL53L1XSensor()
|
sensor = VL53L1XSensor()
|
||||||
sensor.open()
|
sensor.open()
|
||||||
|
|
Loading…
Reference in a new issue