Cloud Operations Sandbox is an open source collection of tools that helps practitioners to learn O11y and R9y practices from Google and apply them using Cloud Operations suite of tools.
Recipe2 was working successfully, but also printing an error message. This is because gcloud scheduler ... commands output their result in stderr instead of stdout. This PR redirects the logs to the right channel to avoid printing an error message
Fixes https://github.com/GoogleCloudPlatform/cloud-ops-sandbox/issues/849
Recipe2 was working successfully, but also printing an error message. This is because
gcloud scheduler ...
commands output their result in stderr instead of stdout. This PR redirects the logs to the right channel to avoid printing an error message