-
-
Notifications
You must be signed in to change notification settings - Fork 556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Watchdog warnings about failed services file write #3481
Comments
I think moving the storage directory to |
@neclimdul I am testing to use instead this:
|
That could work, very similar to my 3 suggestion. They both could have the reverse problem of causing errors for users that are not the web user. However doing that can be problematic and only works for some commands since Drupal always assumes it can write to certain locations like this. Testing now. |
@neclimdul I can send a PR so you can try a patch |
PR would be appreciated so I can confirm the patch I threw together is doing the same thing :) |
Different white space but same patch. Works for my use case. |
Problem/Motivation
Watchdog warnings on cron run and other commands when vendor permissions are hardened.
How to reproduce
Drupal 8.3.x
Console 1.0.0
Solution
I see a couple possible solutions.
~/.console/
or the like.Seems like writing to
~/.console
would be the best option but I don't know all the requirements around this piece of code.The text was updated successfully, but these errors were encountered: