Does rich work with runserver_plus? #1255
Unanswered
autoferrit
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Probably not a Rich issue. Logging config is fiddly. Try setting the console handler level to "DEBUG" |
Beta Was this translation helpful? Give feedback.
0 replies
-
Turns out when you run this in the terminal window in pycharm it doesn't work very well. running it in the actual terminal it works fine. |
Beta Was this translation helpful? Give feedback.
4 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.
-
In the
django_extensions
library there is a command,runserver_plus
that when used, seems to ignore myLOGGING
settings. Runningrunserver
normally it works. This is what I have in my settings.Iv'e looked in the docs and can't find a way to make it work.
Beta Was this translation helpful? Give feedback.
All reactions