MCPcopy Create free account
hub / github.com/hynek/structlog / _stdlib_logger

Function _stdlib_logger

tests/test_stdlib.py:745–751  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

743
744@pytest.fixture(name="stdlib_logger")
745def _stdlib_logger():
746 logger = logging.getLogger("test_logger")
747 logger.setLevel(logging.DEBUG)
748
749 yield logger
750
751 logging.basicConfig()
752
753
754class TestRenderToLogArgsAndKwargs:

Callers

nothing calls this directly

Calls 1

setLevelMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…