MCPcopy Index your code
hub / github.com/tadata-org/fastapi_mcp / setup_logging

Function setup_logging

examples/shared/setup.py:34–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32
33
34def setup_logging():
35 from logging.config import dictConfig
36
37 logging_config = LoggingConfig()
38 dictConfig(logging_config.model_dump())

Calls 2

LoggingConfigClass · 0.85
model_dumpMethod · 0.80

Tested by

no test coverage detected