Question regarding debugging options when using logconfig_dict #3132
Unanswered
ni-todo-spot
asked this question in
Q&A
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.
-
Hello all,
As part of the
gunicorn.conf.py
file of a project I've been working on, I set thelogconfig_dict
to:When trying to start the project, using
gunicorn -c gunicorn.conf.py app.wsgi:app
I'm getting
Error: Unable to configure formatter 'js0'
I'd like to debug and discover more about the problem so hopefully I'd be able to fix it.
Looking at the docs I came across with the
spew
setting - but looking at its output did not help me as I could not find anything relevant...Is there perhaps additional way to get more context / stacktrace or any additional info why is this problem occurring?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions