Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bug: disable unicorn logger propagation.
  • Loading branch information
sixeight committed Dec 9, 2025
commit be7b69907b9ac7d15ff7f250922aad805c894b84
2 changes: 1 addition & 1 deletion src/fastapi_cli/utils/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def get_uvicorn_log_config() -> Dict[str, Any]:
"uvicorn": {
"handlers": ["default"],
"level": "INFO",
"propagte": False,
"propagate": False,
},
"uvicorn.error": {"level": "INFO"},
"uvicorn.access": {
Expand Down
Loading