flows: fix flow cache not being cleared correctly when stages are saved

This commit is contained in:
Jens Langhammer
2020-06-21 12:40:01 +02:00
parent 246d00bdde
commit 6122dcacc7
4 changed files with 39 additions and 1 deletions

View File

@ -347,6 +347,7 @@ _LOGGING_HANDLER_MAP = {
"passbook": LOG_LEVEL,
"django": "WARNING",
"celery": "WARNING",
"selenium": "WARNING",
"grpc": LOG_LEVEL,
"oauthlib": LOG_LEVEL,
"oauth2_provider": LOG_LEVEL,