2010/5/19 dave <[email protected]>:
> Heya,
>
> I'm using the sqlite adapter for sessions on my web.py site, and there
> is an excessive amount of info being sent to Apache's error log in the
> process of handling a request and dealing with the session stuff:
>
> [Sat Jan 09 11:05:01 2010] [error] [client 127.0.0.1] \n, referer:
> http://buh/
> [Sat Jan 09 11:05:01 2010] [error] [client 127.0.0.1] 0.02 (2): SELECT
> * FROM sessions WHERE session_id='xxx', referer: http://buh/
> [Sat Jan 09 11:05:01 2010] [error] [client 127.0.0.1] \n, referer:
> http://buh/
> [Sat Jan 09 11:05:01 2010] [error] [client 127.0.0.1] 0.0 (3): UPDATE
> sessions SET atime = '[timestamp] WHERE session_id='xxx', referer:
> http://buh/
> [Sat Jan 09 11:05:01 2010] [error] [client 127.0.0.1] \n, referer:
> http://buh/
>
> I've looked through the code and am trying to figure out if this is
> coming from within the sqlite module, or if webpy's db session
> object... any advice on how to turn this stuff off?  Thanks,

Try setting web.config.debug = False.

How are you deploying your app? cgi/fastcgi/wsgi?

Anand

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to