mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
33 lines
664 B
Text
33 lines
664 B
Text
NAME
|
|
gcloud app logs - manage your App Engine logs
|
|
|
|
SYNOPSIS
|
|
gcloud app logs COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
This set of commands can be used to view your existing App Engine logs.
|
|
|
|
EXAMPLES
|
|
To read the logs for the current App Engine project, run:
|
|
|
|
$ gcloud app logs read
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
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.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud beta app logs
|
|
|