Skip to content
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

Remove NullHandler and only handle logs up to and including warning #72

Closed
robbieaverill opened this issue Jul 18, 2017 · 0 comments
Closed

Comments

@robbieaverill
Copy link
Contributor

The assumption that we can handle and log error levels and above and have them not halt page execution is incorrect with PSR-3.

The currently NullHandler override of the core logger ends up producing a white screen whenever errors are thrown.

We need to remove the handler and handling for log messages with those levels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant