Skip to content

Commit 63ac05a

Browse files
committed
enable logging
1 parent 7200e7d commit 63ac05a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fastapi_cli/utils/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def formatMessage(self, record: logging.LogRecord) -> str:
1818
def get_uvicorn_log_config() -> Dict[str, Any]:
1919
return {
2020
"version": 1,
21+
"disable_existing_loggers": False,
2122
"formatters": {
2223
"default": {
2324
"()": CustomFormatter,

0 commit comments

Comments
 (0)