Broadend debug level
This commit is contained in:
parent
e1604acea0
commit
1b05e094ee
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue