gcloud_app_logs (1)
NAME
- gcloud app logs - manage your App Engine logs
SYNOPSIS
-
gcloud app logs COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
-
- read
-
Reads log entries for the current App Engine app.
- tail
-
Streams logs for App Engine apps.
EXAMPLES
To read the logs for the current App Engine project, run:
- $ gcloud app logs read
NOTES
This variant is also available:
- $ gcloud beta app logs