forked from Rockachopa/Timmy-time-dashboard
This commit is contained in:
@@ -116,7 +116,7 @@ class RequestLoggingMiddleware(BaseHTTPMiddleware):
|
||||
},
|
||||
)
|
||||
except Exception as exc:
|
||||
logger.debug("Escalation logging error: %s", exc)
|
||||
logger.warning("Escalation logging error: %s", exc)
|
||||
pass # never let escalation break the request
|
||||
|
||||
# Re-raise the exception
|
||||
|
||||
Reference in New Issue
Block a user