Replies: 1 comment 2 replies
-
From the logs, it's coming from the debug toolbar app |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes when I'm trying to troubleshoot a problem in Netbox, the basic log file does not have enough detail, so I have to enable debug logging on both Django and Netbox, with a configuration like this:
With debug enabled, I see a huge amount of Python exceptions logged by Django, which makes it difficult to find what I'm looking for. This is easily reproducible using the docker quickstart as described here with a fresh database, and just enabling debug. Does anybody know what causes all these messages? One example:
Attached is another example, much longer so I did not want to paste it inline. exception.txt
Beta Was this translation helpful? Give feedback.
All reactions