Re: Django doesn't log much at high verbosity levels

2014-02-04 Thread Chris Wilson
Hi Russell, On Tue, 4 Feb 2014, Russell Keith-Magee wrote: A definite "Maybe". :-) For my money, this is probably something that is handled better by the web server. Apache, for example, logs one line per request, and can be configured to dump full GET and POST contents if you need that info

Re: Django doesn't log much at high verbosity levels

2014-02-03 Thread Russell Keith-Magee
On Mon, Feb 3, 2014 at 8:20 PM, Chris Wilson wrote: > Hi all, > > I'd expect that Django would log something like: > > * At INFO level, at least one line per request (similar to runserver > output) > * At DEBUG level, enough information to recreate the request > > However, it doesn't appear to: >

Django doesn't log much at high verbosity levels

2014-02-03 Thread Chris Wilson
Hi all, I'd expect that Django would log something like: * At INFO level, at least one line per request (similar to runserver output) * At DEBUG level, enough information to recreate the request However, it doesn't appear to: * There are only two logger.debug statements, both logging databas