Set the default level of logging to be INFO, not DEBUG, we don't want everyone elses debug information.
This commit is contained in:
parent
ca5e984915
commit
c25d173606
|
@ -24,7 +24,7 @@ logging_config = {
|
|||
}
|
||||
},
|
||||
"root": {
|
||||
"level": "DEBUG",
|
||||
"level": "INFO",
|
||||
"handlers": [
|
||||
"console",
|
||||
"file",
|
||||
|
|
Loading…
Reference in New Issue