Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You are deploying an application to a Compute Engine VM instance. The application writes logs to disk, but you want to view these logs in Stackdriver Logging without modifying the application code.
What should you do?
A
Install the Stackdriver Logging Agent and configure it to send the application logs.
B
Use a Stackdriver Logging Library to log directly from the application to Stackdriver Logging.
C
Provide the log file folder path in the metadata of the instance to configure it to send the application logs.
D
Change the application to log to /var/log so that its logs are automatically sent to Stackdriver Logging.