Add ignore_exceptions config flag to daily log channel #49365
Unanswered
casivaagustin
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!, since some issues that I was having in a project related with bad permissions in the storage folders and the daily channel for logging, I was experimenting that if Laravel is not able to write in the log all the application fails.
I think that logging is important, it must always work, however, if is not able to logging we should have the option to fail silently and not crash the entire application for that.
Checking the framework I can see that the stack channel has the
ignore_exceptions
option, this allows to that channel to fail silently if is not able to write in the logs.This proposal is to have the same kind of option in the daily log as well. This diff will add the feature
Beta Was this translation helpful? Give feedback.
All reactions