Skip to content

Commit b7a107b

Browse files
committed
minor fixes
1 parent b063fc5 commit b7a107b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

articles/container-apps/log-options.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Container Apps application logs consist of two different categories:
1717

1818
- Container console output (`stdout`/`stderr`) messages.
1919
- System logs generated by Azure Container Apps.
20+
- Spring App console logs.
2021

2122
You can choose between these logs destinations:
2223

articles/container-apps/logging.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ Azure Container Apps provides two types of application logging categories:
1717
- [Container console logs](#container-console-logs): Log streams from your container console.
1818
- [System logs](#system-logs): Logs generated by the Azure Container Apps service.
1919

20+
You can view the [log streams](log-streaming.md) in near real-time in the Azure portal or CLI. For more options to store and monitor your logs, see [Logging options](log-options.md).
21+
2022
## Container console Logs
2123

22-
Container Apps captures the `stdout` and `stderr` output streams from your application containers and displays them as console logs. When you implement logging in your application, you can view the log data through the Azure portal or CLI. For more information, see [Logging options](log-options.md).
24+
Container Apps captures the `stdout` and `stderr` output streams from your application containers and displays them as console logs. When you implement logging in your application, you can troubleshoot problems and monitor the health of your app.
2325

2426
## System logs
2527

@@ -40,8 +42,6 @@ Container Apps generates system logs to inform you of the status of service leve
4042
- Deactivating Old revisions
4143
- Error provisioning revision
4244

43-
The system log data can be stored and monitored through the Container Apps logging options or streamed through the Azure portal or CLI. For more information, [Log streams](log-streaming.md).
44-
4545
## Next steps
4646

4747
> [!div class="nextstepaction"]

articles/container-apps/observability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ These features include:
1818

1919
|Feature |Description |
2020
|---------|---------|
21-
|[Log streaming](log-streaming.md) | View streaming console logs from a container in near real-time. |
21+
|[Log streaming](log-streaming.md) | View streaming system and console logs from a container in near real-time. |
2222
|[Container console](container-console.md) | Connect to the Linux console in your containers to debug your application from inside the container. |
2323
|[Azure Monitor metrics](metrics.md)| View and analyze your application's compute and network usage through metric data. |
2424
|[Application logging](logging.md) | Monitor, analyze and debug your app using log data.|

0 commit comments

Comments
 (0)