Browse Source

fix table display (#9024)

KaiWen 1 year ago
parent
commit
dd6a1a9c0e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/logger-mdc-instrumentation.md

+ 2 - 2
docs/logger-mdc-instrumentation.md

@@ -29,9 +29,9 @@ logs can correlate traces/spans with log statements.
 > Note: There are also log appenders for exporting logs to OpenTelemetry, not to be confused with the MDC appenders.
 
 | Library | Auto-instrumented versions | Standalone Library Instrumentation                                                                                                               |
-| ------- | -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | --- |
+| ------- | -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
 | Log4j 1 | 1.2+                       |                                                                                                                                                  |
-| Log4j 2 | 2.7+                       | [opentelemetry-log4j-context-data-2.17-autoconfigure](../instrumentation/log4j/log4j-context-data/log4j-context-data-2.17/library-autoconfigure) |     |
+| Log4j 2 | 2.7+                       | [opentelemetry-log4j-context-data-2.17-autoconfigure](../instrumentation/log4j/log4j-context-data/log4j-context-data-2.17/library-autoconfigure) |
 | Logback | 1.0+                       | [opentelemetry-logback-mdc-1.0](../instrumentation/logback/logback-mdc-1.0/library)                                                              |
 
 ## Frameworks