You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bref currently only overrides the default logging channel, but if a logger is missing, the emergency channel gets used and the default for the emergency channel is the laravel log, which causes errors. This happens for deprecations channel when set to null for some reason, and then throws errors in Sentry (in this case)
There isnt any ENV related to it for configuration so it would require an override, but maybe it could be checked to see if it was pointing to laravel.log and if so, override.. (or add a BREF env/flag that makes it override it)
The text was updated successfully, but these errors were encountered:
Bref currently only overrides the default logging channel, but if a logger is missing, the emergency channel gets used and the default for the emergency channel is the laravel log, which causes errors. This happens for deprecations channel when set to null for some reason, and then throws errors in Sentry (in this case)
Causes errors..
due to this.
There isnt any ENV related to it for configuration so it would require an override, but maybe it could be checked to see if it was pointing to laravel.log and if so, override.. (or add a BREF env/flag that makes it override it)
The text was updated successfully, but these errors were encountered: