Skip to content

Commit dbc8b19

Browse files
committed
work in progress - a little rephrasing and reformatting
1 parent 8cbc717 commit dbc8b19

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

articles/container-apps/log-streaming.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,20 @@ ms.author: v-bcatherine
1212

1313
# View log streams in Azure Container Apps
1414

15-
While developing and troubleshooting your container app, it's important to see a container's logs in real-time. Container Apps lets you view a stream of your container app's [system logs](logging.md#system-logs) at the Container Apps environment level and at the app level. You can stream the [console logs](logging.md#container-console-logs) apps at the container level. Log streams are accessible though the Azure portal or the Azure CLI.
15+
While developing and troubleshooting your container app, it's essential to see the [application logs](logging.md) for your container app in real time. Azure Container Apps lets you stream:
16+
17+
- [system logs](logging.md#system-logs) from the Container Apps environment and your container app.
18+
- container [console logs](logging.md#container-console-logs) from your container app.
19+
20+
Log streams are accessible through the Azure portal or the Azure CLI.
1621

1722
## View log streams via the Azure portal
1823

19-
You can view system logs and application logs in the Azure portal. System logs are generated by the container app's runtime. Application logs are generated by your container app's application.
24+
You can view system logs and console logs in the Azure portal. System logs are generated by the container app's runtime. Console logs are generated by your container app's application.
2025

2126
### Environment system log stream
2227

23-
To troubleshoot issues with in your container app environment, you can view the system log stream from your environment page. The log stream displays the system logs for the Container Apps service and the apps actively running in the environment:
28+
To troubleshoot issues in your container app environment, you can view the system log stream from your environment page. The log stream displays the system logs for the Container Apps service and the apps actively running in the environment:
2429

2530
1. Go to your environment page in the Azure portal.
2631
1. Select **Log stream** under the *Monitoring* section on the sidebar menu.
@@ -29,7 +34,7 @@ To troubleshoot issues with in your container app environment, you can view the
2934

3035
### Container app log stream
3136

32-
You can view a log stream of your container apps system or application logs from your container app page.
37+
You can view a log stream of your container apps system or console logs from your container app page.
3338

3439
1. Go to your container app in the Azure portal.
3540
1. Select **Log stream** under the *Monitoring* section on the sidebar menu.
@@ -58,7 +63,8 @@ You can stream the system or console logs for your container app. To stream the
5863

5964
#### View container app system log stream
6065

61-
This example displays the last 50 system log entries for the container app.
66+
This example displays the last 50 system log entries from the container app.
67+
Replace the \<placeholders\> with your container app's values.
6268

6369
# [Bash](#tab/bash)
6470

@@ -82,7 +88,8 @@ az containerapp logs show `
8288

8389
---
8490

85-
This example displays a continuous live stream of system log entries for the container app.
91+
This example displays a continuous live stream of system log entries from the container app.
92+
Replace the \<placeholders\> with your container app's values.
8693

8794
# [Bash](#tab/bash)
8895

@@ -196,7 +203,7 @@ az containerapp logs show `
196203

197204
Use `Ctrl-C` or `Cmd-C` to stop the live stream.
198205

199-
View the last 50 container console log entries with the `az containerapp logs show` command. Replace the \<placeholders\> with your container app's values.
206+
View the last 50 console log entries with the `az containerapp logs show` command. Replace the \<placeholders\> with your container app's values.
200207

201208

202209
# [Bash](#tab/bash)
@@ -230,7 +237,7 @@ az containerapp logs show `
230237

231238
### View environment system log stream
232239

233-
Use the following command to view the live system log stream from the Container Apps service.
240+
Use the following command to view the live system log stream from the Container Apps environment. Replace the \<placeholders\> with your environment values.
234241

235242
# [Bash](#tab/bash)
236243

@@ -255,7 +262,7 @@ az containerapp env logs show `
255262
Use `Ctrl-C` or `Cmd-C` to stop the live stream.
256263

257264

258-
This example displays the last 50 environment system log entries.
265+
This example displays the last 50 environment system log entries. Replace the \<placeholders\> with your environment values.
259266

260267
# [Bash](#tab/bash)
261268

@@ -278,4 +285,4 @@ az containerapp env logs show `
278285
---
279286

280287
> [!div class="nextstepaction"]
281-
> [View log streams from the Azure portal](log-streaming.md)
288+
> [Log storage and monitoring options in Azure Container Apps](log-monitoring.md)

0 commit comments

Comments
 (0)