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