Skip to content

Commit 7d9ca2d

Browse files
Merge pull request #276277 from Akhilesh-microsoft/ACA/logging
Verified the article for links and freshness, reviewed the content, verified all the editorial parameters. Fixed minor issues and updated ms.date
2 parents 8cb5121 + a7c68ad commit 7d9ca2d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/container-apps/logging.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,30 @@ services: container-apps
55
author: v-jaswel
66
ms.service: container-apps
77
ms.topic: conceptual
8-
ms.date: 09/29/2022
8+
ms.date: 05/24/2024
99
ms.author: v-wellsjason
1010
---
1111

1212
# Application Logging in Azure Container Apps
1313

1414
Azure Container Apps provides two types of application logging categories:
1515

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.
1818

1919
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).
2020

2121
## Container console Logs
2222

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.
2424

2525

2626
> [!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).
2828
2929
## System logs
3030

31-
Container Apps generates system logs to inform you of the status of service level 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:
3232

3333
- Successfully created dapr component
3434
- Successfully updated dapr component

0 commit comments

Comments
 (0)