gcloud app logs - manage your App Engine logs
gcloud app logs COMMAND [GCLOUD_WIDE_FLAG ...]
This set of commands can be used to view your existing App Engine logs.
To read the logs for the current App Engine project, run:
$ gcloud app logs read
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMAND is one of the following:
- read
Reads log entries for the current App Engine app.
- tail
Streams logs for App Engine apps.
This variant is also available:
$ gcloud beta app logs