Erol Toker
Erol Toker
Does anyone have a resolution to this issue? I'm having the same problem in both Ubuntu and OSX environments.
Hi @mnapoli - First, I implemented bref logger with brefv1: https://github.com/brefphp/logger This seems to be working fine The issue is with native PHP errors for example things that result in...
I was able to reproduce the v1 behavior by creating a custom php.ini file in my project and adding these settings. ; Turn off displaying errors display_errors = Off ;...
I think it would make sense, at the very least, to have this as a reminder in the documentation for people getting started. Especially if they are coming into this...