Skip to content

Commit ddf0d67

Browse files
authored
Merge pull request #101349 from MikeDodaro/logStream2
Additional reviewer changes.
2 parents 8b8554b + 09c927c commit ddf0d67

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@ If multiple instances exist for the app named `auth-service`, you can view the i
4848
az spring-cloud app log tail -n auth-service -i auth-service-default-12-75cc4577fc-pw7hb
4949
```
5050
You can also get the app instances from the Azure portal.
51-
1. Navigate to your Resource Group and select your Spring Cloud service.
52-
1. From the Spring Cloud service overview select **Apps** in the left navigation pane.
51+
1. Navigate to your resource group and select your Azure Spring Cloud instance.
52+
1. From the Azure Spring Cloud instance overview select **Apps** in the left navigation pane.
5353
1. Select your app, and then click **App Instances** in the left navigation pane.
5454
1. App instances will be displayed.
5555

56-
### Follow switch to track new logs
56+
### Follow option to track new logs
5757
By default, CLI will only print the existing log to console without following new logs. If you need to track the new logs, use `-f(--follow)` to track the new logs:
5858
```
5959
az spring-cloud app log tail -n auth-service -f
6060
```
6161
### More options
62-
To see all the logging options supported:
62+
To check all the logging options supported:
6363
```
6464
az spring-cloud app log tail -h
6565
```

0 commit comments

Comments
 (0)