Reduce noise from Spiffworkflow in the logs.

This commit is contained in:
danfunk 2023-05-10 11:49:49 -04:00
parent 0e26f46a05
commit 4fcb1298e2
1 changed files with 10 additions and 0 deletions

View File

@ -17,6 +17,16 @@ logging_config = {
'level': 'ERROR',
'propagate': False
},
'spiff': {
'handlers': ['console', 'file'],
'level': 'ERROR',
'propagate': False
},
'werkzeug': {
'handlers': ['console', 'file'],
'level': 'ERROR',
'propagate': False
},
},
"formatters": {
"simple": {