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 7200e7d commit 63ac05aCopy full SHA for 63ac05a
src/fastapi_cli/utils/cli.py
@@ -18,6 +18,7 @@ def formatMessage(self, record: logging.LogRecord) -> str:
18
def get_uvicorn_log_config() -> Dict[str, Any]:
19
return {
20
"version": 1,
21
+ "disable_existing_loggers": False,
22
"formatters": {
23
"default": {
24
"()": CustomFormatter,
0 commit comments