The logging is done by appfactory, in main.py at around line 700.

appfactory is a wsgi middleware that wraps wsgibase (the main web2py
wsgi app).

Anything passed in the http headers can be logged.

On Feb 5, 10:22 am, JC11 <john.c...@gmail.com> wrote:
> Hello,
>
> I need to add logging to my application. Out of the box, httpserver.log
> supplies 90% of what I want, but I'd love to add another piece or two of
> data to it. The data to add is specific to my application and present on
> the incoming URLs.
>
> Any advice on where I should start ?
>
> Thanks,
>
> John C.

Reply via email to