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 cc841c2 commit 1e75f65Copy full SHA for 1e75f65
src/fastapi_cli/utils/cli.py
@@ -43,7 +43,11 @@ def get_uvicorn_log_config() -> Dict[str, Any]:
43
},
44
45
"loggers": {
46
- "uvicorn": {"handlers": ["default"], "level": "INFO"},
+ "uvicorn": {
47
+ "handlers": ["default"],
48
+ "level": "INFO",
49
+ "propagte": False,
50
+ },
51
"uvicorn.error": {"level": "INFO"},
52
"uvicorn.access": {
53
"handlers": ["access"],
0 commit comments