We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9718af3 commit 0f7004aCopy full SHA for 0f7004a
instrumentation/opentelemetry-instrumentation-logging/tests/test_logging.py
@@ -44,6 +44,7 @@ class TestLoggingInstrumentorProxyTracerProvider(TestBase):
44
@pytest.fixture(autouse=True)
45
def inject_fixtures(self, caplog):
46
self.caplog = caplog
47
+
48
def setUp(self):
49
super().setUp()
50
LoggingInstrumentor().instrument(tracer_provider=FakeTracerProvider())
@@ -72,6 +73,7 @@ class TestLoggingInstrumentor(TestBase):
72
73
74
75
76
77
78
79
LoggingInstrumentor().instrument()
0 commit comments