inpsyde / Wonolog

Monolog-based logging package for WordPress.
https://inpsyde.github.io/Wonolog/
MIT License
173 stars 17 forks source link

Do not log silenced PHP errors #50

Closed websupporter closed 4 years ago

websupporter commented 4 years ago

When the PHP code purposefully suppresses PHP errors using the error control operator @, those errors should not be logged by default.

A filter could be added to restore the old behavior in which those errors have been logged.

websupporter commented 4 years ago

closed via #51