Skip to content

Commit be7b699

Browse files
author
sixeight
committed
bug: disable unicorn logger propagation.
1 parent 1e75f65 commit be7b699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fastapi_cli/utils/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def get_uvicorn_log_config() -> Dict[str, Any]:
4646
"uvicorn": {
4747
"handlers": ["default"],
4848
"level": "INFO",
49-
"propagte": False,
49+
"propagate": False,
5050
},
5151
"uvicorn.error": {"level": "INFO"},
5252
"uvicorn.access": {

0 commit comments

Comments
 (0)