are you still getting the chatter logged even after setting the debug to false? (if possible, you may want to backup the log and replace with a blank - so you can verify)
On May 19, 12:06 am, dave <[email protected]> wrote: > > How are you deploying your app? cgi/fastcgi/wsgi? > > I've set web.config.debug to False, and am running on top of > mod_python: > > <IfModule python_module> > PythonDebug On > PythonPath '[path_goes_here] + sys.path' > AddHandler python-program .py > PythonHandler modpython_gateway::handler > PythonOption wsgi.application app::main > </IfModule> > > Dave > > -- > 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 > athttp://groups.google.com/group/webpy?hl=en. -- 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.
