mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-23 13:18:35 +00:00
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…
x
Reference in New Issue
Block a user