How can I add additional notes to the apache access log from a web.py app?

Posted by Ryan Detzel on Stack Overflow See other posts from Stack Overflow or by Ryan Detzel
Published on 2010-03-11T20:48:23Z Indexed on 2010/03/11 20:54 UTC
Read the original article Hit count: 283

Filed under:
|
|

In Mod Perl you can simply grab the request and add "notes" to the request object and they're stored along side the request in the apache log. Is there a way to do this in web.py?

© Stack Overflow or respective owner

Related posts about python

Related posts about web.py