inpsyde/Wonolog

Do not log silenced PHP errors

Closed this issue · 1 comments

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.

closed via #51