Need help on finding a full python traceback #1451
Unanswered
mwobst
asked this question in
Getting Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
because of a major change within our NetBox deployment, I rolled out a test instance with netbox docker. Sadly on some pages errors happens, but in the browser I only see the last line of the Python traceback. With local deployment, these errors do not happen.
In env/netbox.env I have the lines
DEBUG=1
and evenDEVELOPER = True
… but this changes nothing. docker logs shows nothing (accept the access log lines including the one for 500 error), and I have no idea where to search. Has anyone an idea, how to find the actual traceback or what setting I’m missing here?Beta Was this translation helpful? Give feedback.
All reactions