- NAME
-
- gcloud beta app logs read - reads log entries for the current App Engine app
- SYNOPSIS
- DESCRIPTION
-
(BETA)Display the latest log entries from stdout, stderr and crash log for the current Google App Engine app in a human readable format. This command requires that the caller have the logging.logEntries.list permission. - EXAMPLES
- To display the latest entries for the current app, run:
gcloud beta app logs readTo show only the entries with severity at
warningor higher, run:gcloud beta app logs read --level = warningTo show only the entries with a specific version, run:
gcloud beta app logs read --version = v1To show only the 10 latest log entries for the default service, run:
gcloud beta app logs read --limit = 10 --service = defaultTo show only the logs from the request log for standard apps, run:
gcloud beta app logs read --logs = request_logTo show only the logs from the request log for Flex apps, run:
gcloud beta app logs read --logs = nginx.request - FLAGS
-
-
--level=LEVEL; default="any" - Filter entries with severity equal to or higher than a given level.
LEVELmust be one of:critical,error,warning,info,debug,any. -
--limit=LIMIT; default=200 - Number of log entries to show.
-
--logs=APP_LOG,[APP_LOG,…]; default="stderr,stdout,crash.log,nginx.request,request_log" - Filter entries from a particular set of logs. Must be a comma-separated list of log names (request_log, stdout, stderr, etc).
-
--service=SERVICE,-sSERVICE - Limit to specific service.
-
--version=VERSION,-vVERSION - Limit to specific version.
-
- GCLOUD WIDE FLAGS
- These flags are available to all commands:
--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.Run
$ gcloud helpfor details. - NOTES
- This command is currently in beta and might change without notice. This variant
is also available:
gcloud app logs read
gcloud beta app logs read
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-05-27 UTC.

