Skip to content

Commit 10cdb7b

Browse files
committed
Improvements to Tail log for app with multiple instances
1 parent 6767519 commit 10cdb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Then, you can stream logs of an app instance with the option `-i/--instance` opt
6464
az spring-cloud app log tail -n auth-service -i auth-service-default-12-75cc4577fc-pw7hb
6565
```
6666

67-
You can also get details of app instances list from **App Instances** after selecting **Apps** in the left navigation pane of your Azure Spring Cloud service in the Azure portal.
67+
You can also get details of app instances from the Azure portal. After selecting **Apps** in the left navigation pane of your Azure Spring Cloud service, select **App Instances**.
6868

6969
### Continuously stream new logs
7070
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):

0 commit comments

Comments
 (0)