-
Notifications
You must be signed in to change notification settings - Fork 0
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
Send errors to stderr when sake is run via sushi #7
Conversation
A nicer way to do this might be to use E.g. You could potentially repeat / re-use the same logic that But I also understand this is a bigger change as a whole. (E.g. how does this affect custom stack such as Census who are forging this file etc). What are your thoughts? |
As platform we don't control cli-script.php that comes via the codebase. |
Oh, I was meaning change Sushi to use |
29218fd
to
050ad4c
Compare
Right! I don't know what would be missed out if we did invoke cli-script directly and I never considered it. |
Have approved. Feel free to merge when ready, or request another review if changes are needed :). |
Supporting this dash PR
https://github.com/silverstripeltd/dash/pull/248
given framework hasn't changed since this request
silverstripe/silverstripe-framework#7909
I have found a workaround by loading an INI file called deploy.ini via the environment var PHP_INI_SCAN_DIR
it avoids the flow of deployments failing and the error logs go to syslog rather than stderr