-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Why the Symfony is writing the same error twice #17186
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
Comments
Which PHP version do you use? Might be you're hit by #16980. |
@jakzal may be it implementation of http://symfony.com/doc/current/reference/events.html#kernel-exception |
same reason than #16980, the monolog channel is different, I'm not sure we should fix anything. Or at least I'm not sure how :) |
also I see 2 errors in file /var/log/nginx/site.error.log
please note this: php.CRITICAL and request.CRITICAL |
Closing as duplicate. |
@Tobion you should writing Fatal error only once. I don't want to see the same error 2 times, it only clogs up the logs. Thank you. |
Read this trace from the bottom up.
and now again the error is written to the log file, for what?
ErrorHandler:490 has $this->loggers[$e['type']][0]->log() which recorded error, but see above (next)
The text was updated successfully, but these errors were encoun 8000 tered: