You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/logging.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,30 +5,30 @@ services: container-apps
5
5
author: v-jaswel
6
6
ms.service: container-apps
7
7
ms.topic: conceptual
8
-
ms.date: 09/29/2022
8
+
ms.date: 05/24/2024
9
9
ms.author: v-wellsjason
10
10
---
11
11
12
12
# Application Logging in Azure Container Apps
13
13
14
14
Azure Container Apps provides two types of application logging categories:
15
15
16
-
-[Container console logs](#container-console-logs): Log streams from your container console.
17
-
-[System logs](#system-logs): Logs generated by the Azure Container Apps service.
16
+
-[Container console logs](#container-console-logs) stream from your container console.
17
+
-[System logs](#system-logs) are generated by the Azure Container Apps service.
18
18
19
19
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).
20
20
21
21
## Container console Logs
22
22
23
-
Console logs originate from the `stderr` and `stdout` messages from the containers in your container app and Dapr sidecars. When you implement logging in your application, you can troubleshoot problems and monitor the health of your app.
23
+
Console logs originate from the `stderr` and `stdout` messages from the containers in your container app and Dapr sidecars. When you implement logging in your application, you can troubleshoot problems and monitor the health of your app.
24
24
25
25
26
26
> [!TIP]
27
-
> Instrumenting your code with well-defined log messages can help you to understand how your code is performing and to debug issues. To learn more about best practices refer to [Design for operations](/azure/architecture/guide/design-principles/design-for-operations).
27
+
> Instrumenting your code with well-defined log messages can help you to understand how your code is performing and to debug issues. To learn more about best practices refer to [Design for operations](/azure/architecture/guide/design-principles/design-for-operations).
28
28
29
29
## System logs
30
30
31
-
Container Apps generates system logs to inform you of the status of servicelevel events. Log messages include the following information:
31
+
Azure Container Apps generates system logs to inform you about the status of service-level events. The log messages include the following information:
0 commit comments