-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't spam the log with fatals when maintenance mode is enabled or an… #32800
Conversation
… upgrade has to be done Signed-off-by: Joas Schilling <coding@schilljs.com>
if (isset($this->nonFatalExceptions[$exceptionClass]) || | ||
( | ||
$exceptionClass === ServiceUnavailable::class && | ||
$ex->getMessage() === 'System in maintenance mode.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This string did not match the english source string.
But even then it was translated so for non-english people it would still have logged fatal
/backport to stable24 |
/backport to stable23 |
/backport to stable22 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
The backport to stable24 failed. Please do this backport manually. |
/backport to stable24 |
The backport to stable23 failed. Please do this backport manually. |
The backport to stable24 failed. Please do this backport manually. |
The backport to stable22 failed. Please do this backport manually. |
/backport to stable24 |
… upgrade has to be done
Signed-off-by: Joas Schilling coding@schilljs.com