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
I believe Monolog handlers do support the $filePermission argument. However, I can't get it configured from the JSON configuration settings for a handler.
How do I pass the argument correctly so the handler will create the log file with the correct permissions?
The text was updated successfully, but these errors were encountered:
Cascade takes any arguments from the constructor of the handler.
See example in the ReadMe and/or the handlers section below. Any constructor args can be passed you may use camel case or underscored case in your param names.
I believe Monolog handlers do support the $filePermission argument. However, I can't get it configured from the JSON configuration settings for a handler.
How do I pass the argument correctly so the handler will create the log file with the correct permissions?
The text was updated successfully, but these errors were encountered: