
Ultimate access to all questions.
Your team is developing a Python application for a government agency, and it's decided that the application will be deployed to the App Engine Flexible environment in Google Cloud Platform (GCP). There's a security requirement for the collection of application logs. What steps can you take to meet this requirement?
A
Integrate the Python logging module with Cloud Logging.
B
Enable Cloud Logging.
C
Grant the Logs Writer role to App Engine.
D
Write structured logs as JSON objects serialized on a single line to stdout or stderr.
E
There is nothing to be done; App Engine automatically sends these logs to the Cloud Logging agent.