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/log4j/log4j-appender-2.17/library/src/test/java/io/opentelemetry/instrumentation/log4j/appender/v2_17/OpenTelemetryAppenderTest.java
-25Lines changed: 0 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -31,29 +31,4 @@ void setup() {
31
31
protectedInstrumentationExtensiongetTesting() {
32
32
returntesting;
33
33
}
34
-
35
-
@Test
36
-
voidlogWithSpan() { // Does not work for log replay, but it is not likely to occur because
37
-
// the log replay is related to the case where an OpenTelemetry object is not yet available
38
-
// at the time the log is executed (and if no OpenTelemetry is available, the context
0 commit comments