Share via


az spring app log

Note

This reference is part of the spring extension for the Azure CLI (version 2.56.0 or higher). The extension will automatically install the first time you run an az spring app log command. Learn more about extensions.

This command group has been deprecated and will be removed in a future release. Use 'az spring app logs' instead.

Commands to tail app instances logs with multiple options. If the app has only one instance, the instance name is optional.

Commands

Name Description Type Status
az spring app log tail

Show logs of an app instance, logs will be streamed when setting '-f/--follow'.

Extension Deprecated

az spring app log tail

Deprecated

This command is implicitly deprecated because command group 'spring app log' is deprecated and will be removed in a future release. Use 'az spring app logs' instead.

Show logs of an app instance, logs will be streamed when setting '-f/--follow'.

az spring app log tail --name
                       --resource-group
                       --service
                       [--deployment]
                       [--follow]
                       [--format-json]
                       [--instance]
                       [--limit]
                       [--lines]
                       [--since]

Required Parameters

--name -n

The name of app running in the specified Azure Spring Apps instance.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--service -s

The name of Azure Spring Apps instance, you can configure the default service using az configure --defaults spring=.

Optional Parameters

--deployment -d

Name of an existing deployment of the app. Default to the production deployment if not specified.

--follow -f

Specify if the logs should be streamed.

default value: False
--format-json

Format JSON logs if structured log is enabled.

--instance -i

Name of an existing instance of the deployment.

--limit

Maximum kilobytes of logs to return. Ceiling number is 2048.

default value: 2048
--lines

Number of lines to show. Maximum is 10000.

default value: 50
--since

Only return logs newer than a relative duration like 5s, 2m, or 1h. Maximum is 1h.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.