Skip to content

Commit 103c41f

Browse files
committed
Use more precise words
1 parent 0d3b58b commit 103c41f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ 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
```

0 commit comments

Comments
 (0)