Set the default level of logging to be INFO, not DEBUG, we don't want everyone elses debug information.

This commit is contained in:
Dan 2021-11-15 13:39:42 -05:00
parent ca5e984915
commit c25d173606
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ logging_config = {
} }
}, },
"root": { "root": {
"level": "DEBUG", "level": "INFO",
"handlers": [ "handlers": [
"console", "console",
"file", "file",