2 Answers
Yes cloud logging has replaced stackdriver: https://cloud.google.com/products/operations
In the script provided by the instructor replace:
curl -sSO https://dl.google.com/cloudagents/install-logging-agent.sh
bash install-logging-agent.sh
with:
curl -sSO https://dl.google.com/cloudagents/add-logging-agent-repo.sh
bash add-logging-agent-repo.sh –also-install
======
See the docs here for more info about the change https://cloud.google.com/logging/docs/agent/installation as google may update their services.
Even if you don’t alter the script, you will still be able to see cloud logging being installed .