Skip to content

Commit

Permalink
update dist config
Browse files Browse the repository at this point in the history
  • Loading branch information
bennet0496 committed Sep 26, 2024
1 parent db75168 commit dc0948d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.toml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ stderr = { formatter = "default", class = "logging.StreamHandler", stream = "ext
stdout = { formatter = "default", class = "logging.StreamHandler", stream = "ext://sys.stdout" }

[log.loggers]
dovecot_web_auth = {handlers = ["stdout"], level = "DEBUG"}
dovecot_web_auth = {handlers = ["stdout"], level = "INFO"}
fastapi = {handlers = ["stderr"], level = "INFO"}
uvicorn.access = {handlers = ["stdout"], level = "INFO"}
uvicorn.error = {handlers = ["stderr"], level = "INFO"}
Expand Down

0 comments on commit dc0948d

Please sign in to comment.