Google Certified Associate Cloud Engineer 2020

Sign Up Free or Log In to participate!

has cloud logging replaced stackdriver logging

Hello folks after following the GCE challenge lab, it seems that default logging is "Cloud logging" as opposed to "stack driver logging" has anything changed? should anything in the script change as well?

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 .

Sign In
Welcome Back!

Psst…this one if you’ve been moved to ACG!

Get Started
Who’s going to be learning?