Logging errors when running paperless-ngx with uvicorn 0.20.0 #1796
Unanswered
eomanis
asked this question in
Potential Issue
Replies: 1 comment 2 replies
-
Can you reproduce with standalone |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Basically, when using uvicorn to run paperless-ngx, the application server produces many "logging errors" accompanied by stack traces.
The error message is:
The logging errors can be silenced by disabling access logs with
--no-access-log
.Apart from that the application runs as expected; it mainly is a nuisance that forces the user to switch off access logging lest the log gets flooded.
Before I file an issue for uvicorn I would like to rule out that paperless-ngx is misbehaving.
The current version of paperless-ngx, 1.10.1, pulls uvicorn 0.19.0 in its requirements.txt.
This issue is present with both uvicorn 0.19.0 and 0.20.0.
Example:
Any feedback is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions