Skip to content

Commit afaf3dc

Browse files
Incorporated the review comments.
1 parent 49f7ba6 commit afaf3dc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ az extension add -n containerapp
3434
az extension update --name containerapp
3535
```
3636

37+
---
38+
3739
> [!NOTE]
3840
> This feature is compatible with applications running on Java 8 or newer versions.
3941
@@ -71,7 +73,7 @@ Use the following command to adjust log levels for a specific logger:
7173
```azurecli
7274
az containerapp java logger set \
7375
--logger-name "org.springframework.boot" \
74-
--logger-level "info"
76+
--logger-level "info" \
7577
--resource-group <RESOURCE_GROUP> \
7678
--name <CONTAINER_APP_NAME>
7779
```
@@ -114,4 +116,4 @@ For example, if you set log level to `INFO`, your app prints logs with level `FA
114116
## Related content
115117

116118
> [!div class="nextstepaction"]
117-
> [Log steaming](./log-streaming.md)
119+
> [Log streaming](./log-streaming.md)

0 commit comments

Comments
 (0)