You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msg: `Rate limit store operation failed for IP address method for method ${key.method}. Error: ${errorMessage}. Allowing request to proceed (fail-open behavior).`,
86
-
error,
87
-
});
84
+
this.logger.error(
85
+
error,
86
+
`Rate limit store operation failed for IP address method for method %s. Error: %s. Allowing request to proceed (fail-open behavior).`,
87
+
key.method,
88
+
errorMessage,
89
+
);
88
90
89
91
// Fail open: allow the request to proceed if rate limiting fails
0 commit comments