Skip to content

Commit ead50e9

Browse files
authored
Update java-dynamic-log-level.md
1 parent 0c0dbc4 commit ead50e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Currently most of those popular Java logging frameworks are supported: [Log4j2](
5959

6060
Different logging frameworks have different log levels supported. In JVM diagnostics platform, some of them are supported as well but others are not yet. If you are using a specific logging framework and you want to use dynamic log level change, you need to make sure those log levels you are using are supported by both framework and platform.
6161

62-
| | OFF | FATAL | ERROR | WARN | INFO | DEBUG | TRACE | ALL |
62+
| Framework | OFF | FATAL | ERROR | WARN | INFO | DEBUG | TRACE | ALL |
6363
|---------------|-------|-------|-------|------|------|-------|-------|-----|
6464
| Log4j2 | YES | YES | YES | YES | YES | YES | YES | YES |
6565
| SLF4J | YES | YES | YES | YES | YES | YES | YES | YES |
@@ -68,7 +68,7 @@ Different logging frameworks have different log levels supported. In JVM diagnos
6868

6969
### General visibility of log levels
7070

71-
| | FATAL | ERROR | WARN | INFO | DEBUG | TRACE | ALL |
71+
| Log Level | FATAL | ERROR | WARN | INFO | DEBUG | TRACE | ALL |
7272
|-----------|-------|-------|------|------|-------|-------|-----|
7373
| **OFF** | | | | | | | |
7474
| **FATAL** | YES | | | | | | |

0 commit comments

Comments
 (0)