gcloud beta app logs - manage your App Engine logs
gcloud beta app logs COMMAND [GCLOUD_WIDE_FLAG ...]
(BETA) 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 beta app logs read
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMAND is one of the following:
- read
(BETA) Reads log entries for the current App Engine app.
- tail
(BETA) Streams logs for App Engine apps.
This command is currently in beta and might change without notice. This variant is also available:
$ gcloud app logs