Skip to content

Commit 7ebbb14

Browse files
Merge pull request #2 from craigshoemaker/aca/croffz/main
[Container Apps] Update: Java log level (title and TOC)
2 parents a2e0fe4 + afbaf98 commit 7ebbb14

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

articles/container-apps/TOC.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,9 @@
322322
- name: Use Config Server for Spring
323323
href: java-config-server-usage.md
324324
displayName: java
325+
- name: Set dynamic logger level
326+
href: java-dynamic-log-level.md
327+
displayName: java
325328
- name: Tutorials
326329
items:
327330
- name: Deploy a WAR file

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use dynamic logger level settings for troubleshooting Java applications in Azure Container Apps (preview)
2+
title: Set dynamic logger level to troubleshoot Java applications in Azure Container Apps (preview)
33
description: Learn how to use dynamic logger level settings to debug your Java applications running on Azure Container Apps.
44
services: container-apps
55
author: craigshoemaker
@@ -9,7 +9,7 @@ ms.date: 05/10/2024
99
ms.author: cshoe
1010
---
1111

12-
# Use dynamic logger level settings for troubleshooting Java applications in Azure Container Apps (preview)
12+
# Set dynamic logger level to troubleshoot Java applications in Azure Container Apps (preview)
1313

1414
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 get more hidden information from app logs without modifying code and restarting apps.
1515

0 commit comments

Comments
 (0)