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 191e937 commit d56a61cCopy full SHA for d56a61c
opentelemetry-sdk/tests/logs/test_handler.py
@@ -35,7 +35,7 @@
35
set_span_in_context,
36
)
37
38
-
+# pylint: disable=too-many-public-methods
39
class TestLoggingHandler(unittest.TestCase):
40
def test_handler_default_log_level(self):
41
processor, logger = set_up_test_logging(logging.NOTSET)
0 commit comments