[Triage] gunicron with fastapi and asgi no trace output on error #3658
keros
started this conversation in
Issue Triage
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Type
Bug Report
Description
I'm new to gunicorn and not 100% sure if this is a bug or if I doing something wrong.
I run into (my own) programming error and triggered an exception.
I looked into the logs and found nothing except of the access logs.
My question here should it be like this?
I expected that gunicorn logs the exception to stdout/stderr in this case?
Steps to Reproduce (for bugs)
Setup environment:
My test app (app.py):
Run it:
Access test app:
Configuration
Logs / Error Output
All reactions