Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
34
def
setup_logging():
35
from
logging.config
import
dictConfig
36
37
logging_config = LoggingConfig()
38
dictConfig(logging_config.model_dump())
Callers
10
07_configure_http_timeout_example.py
File · 0.90
08_auth_example_token_passthrough.py
File · 0.90
09_auth_example_auth0.py
File · 0.90
06_custom_mcp_router_example.py
File · 0.90
01_basic_usage_example.py
File · 0.90
04_separate_server_example.py
File · 0.90
02_full_schema_description_example.py
File · 0.90
03_custom_exposed_endpoints_example.py
File · 0.90
05_reregister_tools_example.py
File · 0.90
auth.py
File · 0.90
Calls
2
LoggingConfig
Class · 0.85
model_dump
Method · 0.80
Tested by
no test coverage detected