Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvement(core): log stderr from exec as info
Before this change, we logged stderr stream from exec provider init scripts as errors but now we log it at the info level. The reason is that some tools, e.g. gcloud, write to stderr even if it's not an actual error. In the case of an actual error the script exits with a non-zero code and that's handled specifically. So this is really just a cosmetic change to how exec provider logs are rendered.
- Loading branch information