Skip to content

Logging is being applied to everything instead of just gunicorn/uvicorn #48

Answered by br3ndonland
jeanlst asked this question in Q&A
Discussion options

You must be logged in to vote

inboard propagates FastAPI, Gunicorn, and Uvicorn log streams to the root logger, so that all the log streams can be handled by the same logging config.

If you don't like inboard's logging behavior, you can modify it, or override it completely. See the logging docs for more info and examples.

If you are seeing duplicate log messages, there may be something project-specific that is contributing. Do you have any other loggers or logging configs in the project?

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by br3ndonland
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants