
Answer-first summary for fast verification
Answer: Enable the Debugger agent and insert Log Points.
The correct approach is to enable the Debugger agent and utilize Log Points. This method allows for the injection of logging into live services without the need for restarts or disruptions to service functionality. Other options, such as installing the Logging agent or adding the monitoring agent, do not provide the capability to inject logging directly into running services. Reference: logpoints.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Imagine you're overseeing a globally accessed application on App Engine Standard within a production project, where minimizing downtime is crucial. You need to troubleshoot the application's behavior by injecting logging without halting its operations. Which solution would best meet this requirement?
A
Install the Logging agent and send logs to Cloud Logging.
B
No setup is needed.
C
Enable the Debugger agent and insert Log Points.
D
Add the monitoring agent and send metrics to Cloud Monitoring.
No comments yet.