How can I add additional notes to the apache access log from a web.py app?
- by Ryan Detzel
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?