Skip to content

Commit 20181b7

Browse files
committed
Details
1 parent aac9bf6 commit 20181b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/spring-cloud/spring-cloud-howto-log-streaming.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Azure Spring Cloud enables log streaming in Azure CLI to get real-time applicati
1414
## Prerequisites
1515

1616
* Install [Azure CLI extension](https://docs.microsoft.com/azure/spring-cloud/spring-cloud-quickstart-launch-app-cli#install-the-azure-cli-extension) for Spring Cloud.
17-
* An instance of **Azure Spring Cloud** with a running application, for example [Spring Cloud app](./spring-cloud-quickstart-launch-app-cli.md)
17+
* An instance of **Azure Spring Cloud** with a running application, for example [Spring Cloud app](./spring-cloud-quickstart-launch-app-cli.md).
1818

1919
## Use CLI to tail logs
2020

@@ -54,7 +54,7 @@ You can also get the app instances from the Azure portal.
5454
1. App instances will be displayed.
5555

5656
### Continuously stream new logs
57-
By default, az spring-cloud ap log tail prints only existing logs streamed to app console and then exits. If you want to stream new logs, add -f (--follow):
57+
By default, `az spring-cloud ap log tail` prints only existing logs streamed to the app console and then exits. If you want to stream new logs, add -f (--follow):
5858

5959
```
6060
az spring-cloud app log tail -n auth-service -f

0 commit comments

Comments
 (0)