Skip to content

Commit

Permalink
Backport FastAPI logging fix (#16000)
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdw authored Nov 13, 2024
1 parent 1de4fe7 commit 4d50c39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/prefect/logging/logging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,13 @@ loggers:

uvicorn:
level: "${PREFECT_LOGGING_SERVER_LEVEL}"
handlers: [console]
propagate: false

fastapi:
level: "${PREFECT_LOGGING_SERVER_LEVEL}"
handlers: [console]
propagate: false

# The root logger: any logger without propagation disabled sends to here as well
root:
Expand Down

0 comments on commit 4d50c39

Please sign in to comment.