Skip to content

Commit

Permalink
Undoing the logging name change and lining back up with uvicorn 0.18.…
Browse files Browse the repository at this point in the history
  • Loading branch information
ballenspectric committed Jun 29, 2022
1 parent eef2509 commit 207b433
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deployment/logging_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ version: 1
disable_existing_loggers: False
formatters:
default:
"()": uvicorn._logging.DefaultFormatter
"()": uvicorn.logging.DefaultFormatter
datefmt: "%Y-%m-%dT%H:%M:%S"
format: '[%(asctime)s.%(msecs)03dZ] %(name)s %(levelprefix)s %(message)s'
access:
"()": uvicorn._logging.AccessFormatter
"()": uvicorn.logging.AccessFormatter
datefmt: "%Y-%m-%dT%H:%M:%S"
format: '[%(asctime)s.%(msecs)03dZ] %(name)s %(levelprefix)s %(message)s'
handlers:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ numba = "*"
numpy = ">=1.19,<=1.21"
PyYAML = "*"
humanize = "*"
uvicorn = {extras = ["standard"], version = "^0.18.1", optional = true}
uvicorn = {extras = ["standard"], version = "^0.18.2", optional = true}
fastapi = "^0.73.0"
georgio = "^2022.84.833"

Expand Down

0 comments on commit 207b433

Please sign in to comment.