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": {
|
"root": {
|
||||||
"level": "DEBUG",
|
"level": "INFO",
|
||||||
"handlers": [
|
"handlers": [
|
||||||
"console",
|
"console",
|
||||||
"file",
|
"file",
|
||||||
|
|
Loading…
Reference in New Issue