You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/logback/logback-appender-1.0/library/src/main/java/io/opentelemetry/instrumentation/logback/appender/v1_0/OpenTelemetryAppender.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -208,8 +208,8 @@ public void setCaptureMdcAttributes(String attributes) {
208
208
}
209
209
210
210
/**
211
-
* Configures the {@link MDC} attributes that will be excluded from being copied to logs when
212
-
* all attributes are being copied.
211
+
* Configures the {@link MDC} attributes that will be excluded from being copied to logs when all
212
+
* attributes are being copied.
213
213
*
214
214
* @param attributes The attributes to exclude from being copied
0 commit comments