Re: middleware to log request/response objects for testing purposes?

2009-11-25 Thread Tim Valenta
http://code.google.com/p/django-logging/ *shrug* I haven't used it, but he's got a screen-cast about how the thing is set up. He builds it off of built-in Python logging modules. It looks like it provides some decorators for suppressing logging output on methods, etc. Might be worth the time t

middleware to log request/response objects for testing purposes?

2009-11-25 Thread Sean Neilan
Dear Django Community, I am curious if anyone has built some middleware to log all request/ response objects & possibly view & exception calls. I could do this myself easily, but, I would like to not reinvent the wheel. Thank you for your time. -Sean Neilan -- You received this message because