Skip to content

Commit b60d49f

Browse files
Merge pull request #291640 from CroffZ/kuzhong/aca-java-dynamic-log-level-supported-version
Add supported version note for ACA Java dynamic log level change
2 parents 0ecd11c + 103c41f commit b60d49f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/container-apps/java-dynamic-log-level.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@ ms.author: cshoe
1414

1515
Azure Container Apps platform offers a built-in diagnostics tool exclusively for Java developers to help them debug and troubleshoot their Java applications running on Azure Container Apps more easily and efficiently. One of the key features is a dynamic logger level change, which allows you to access log details that are hidden by default. When enabled, log information is collected without code modifications or forcing you to restart your app when changing log levels.
1616

17-
Before getting started, you need to upgrade Azure Container Apps extension in your Azure CLI to version **0.3.51** or higher.
17+
Before getting started, you need to upgrade Azure Container Apps extension in your Azure CLI to version **0.3.51** or newer.
18+
1819
```azurecli
1920
az extension update --name containerapp
2021
```
2122

23+
> [!NOTE]
24+
> This feature is compatible with applications running on Java 8 or newer versions.
25+
2226
## Enable JVM diagnostics for your Java applications
2327

2428
Before using the Java diagnostics tool, you need to first enable Java Virtual Machine (JVM) diagnostics for your Azure Container Apps. This step enables Java diagnostics functionality by injecting an advanced diagnostics agent into your app. Your app might restart during this process.

0 commit comments

Comments
 (0)