Skip to content

Commit

Permalink
Correct typo of loggers.uvicorn.error
Browse files Browse the repository at this point in the history
Signed-off-by: Shounak Dey <[email protected]>
  • Loading branch information
sdglitched authored and gridhead committed Nov 11, 2024
1 parent 1a4eee2 commit b9e9d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logging.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ loggers:
level: "INFO"
propagate: false
uvicorn.error:
level": "INFO"
level: "INFO"
uvicorn.access:
handlers: ["access"]
level: "INFO"
Expand Down

0 comments on commit b9e9d24

Please sign in to comment.