Broadend debug level

This commit is contained in:
Maximilian Giller 2021-10-07 12:41:34 +02:00
parent e1604acea0
commit 1b05e094ee

View file

@ -5,7 +5,7 @@ import logging
counter = PeopleCounter(VL53L1XSensor())
peopleCount = 0
logging.getLogger().setLevel(logging.INFO)
logging.getLogger().setLevel(logging.DEBUG)
def countChange(change: int) -> None: