diff --git a/superset/utils/decorators.py b/superset/utils/decorators.py index bb0219c573..694e07bd2c 100644 --- a/superset/utils/decorators.py +++ b/superset/utils/decorators.py @@ -109,7 +109,7 @@ def etag_cache(max_age: int, check_perms: Callable[..., Any]) -> Callable[..., A except Exception: # pylint: disable=broad-except if app.debug: raise - logger.exception("Exception possibly due to cache backend.") + logger.exception("Exception possibly due to cache backend.") return response.make_conditional(request)