Question is much the same as this, however I'm wanting django to log it's verbose request information to my logging.FileHandler
- ie rather than having to look at my webservers logs. I've tried and failed to setup the default logger django.requests
to write something other than 4xx and 5xx
request information to the handlers.
So the conclusion I've come to after going through the docs and fiddling with the loggers and levels is that django does not actually make a lot of log statements - so I'm looking to confirm that django does not internally log non error scenarios for requests.