Skip to content

Commit 1404c09

Browse files
committed
correction per acrolinx
1 parent 682bd93 commit 1404c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-apps/enterprise/how-to-asa-job-log-streaming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ az spring job logs \
100100

101101
### View tail logs for all instances in one command
102102

103-
To view the tail logs for all instances, use the `--all-instances` argument, as shown in the following command. The instance name is the prefix of each log line. When there are multiple instances, logs are printed in batch for each instance. This way, logs of one instance aren't interleaved with the logs of another instance.
103+
To view the tail logs for all instances, use the `--all-instances` argument, as shown in the following command. The instance name is the prefix of each log line. When there are multiple instances, logs are printed in batch for each instance. This way logs of one instance aren't interleaved with the logs of another instance.
104104

105105
```azurecli
106106
az spring job logs \

0 commit comments

Comments
 (0)