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

