turn off debug logging

This commit is contained in:
jbruce12000 2022-12-31 11:51:31 -05:00
parent a503944e2d
commit 2df86242f3

View File

@ -8,7 +8,7 @@ import busio
# General options
### Logging
log_level = logging.DEBUG
log_level = logging.INFO
log_format = '%(asctime)s %(levelname)s %(name)s: %(message)s'
### Server