mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 02:55:19 +00:00
35 lines
770 B
Text
35 lines
770 B
Text
NAME
|
|
gcloud beta app logs - manage your App Engine logs
|
|
|
|
SYNOPSIS
|
|
gcloud beta app logs COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) 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 beta 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
|
|
(BETA) Reads log entries for the current App Engine app.
|
|
|
|
tail
|
|
(BETA) Streams logs for App Engine apps.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. This
|
|
variant is also available:
|
|
|
|
$ gcloud app logs
|
|
|