mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 16:15:49 +03:00
[GH-ISSUE #815] ErrorHandler only logs error levels set by error_reporting #313
Labels
No labels
Bug
Documentation
Feature
Needs Work
Support
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/monolog#313
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @masterada on GitHub (Jul 6, 2016).
Original GitHub issue: https://github.com/Seldaek/monolog/issues/815
In ErrorHandler.php, we should be able to turn this check off:
As this check makes it harder to replace legacy error handling with Monolog's error handler.
@masterada commented on GitHub (Jul 6, 2016):
#816
@keywan-ghadami-oxid commented on GitHub (Jul 28, 2016):
Hi i have the similar problem because the Monolog ErrorHandler stops on this condition it does not even call parent ErrorHandlers which makes it incompatible with other ErrorHandlers.
I did not notice that you already created a pull request please have a look at
https://github.com/keywan-ghadami-oxid/monolog/pull/1/files
Maybe we can combine them what do you think?
@xabbuh commented on GitHub (Aug 4, 2016):
I guess this can be closed as it was solved by #816 and is part of Monolog 1.21.
@Seldaek commented on GitHub (Aug 4, 2016):
Right sorry I missed that it was still open :)