I can't post the code, it's too long and complex. I did, however, get it solved.
My app has two dozen modules, and is loaded in different ways whether run in apache/wsgi or directly using the built-in server. We have many services, they all register in the db, update heartbeats, use the python logging module, etc. There's a lot to keep track of. Anyway, it turned out not to be a web.py issue, rather an issue with my service model. Along the line I was loading multiple instances of a logging handler. A line-by-line analysis is sometimes a good thing. So, if anyone comes across this thread - this wasn't a web.py issue. :-) On Fri, Oct 4, 2013 at 5:21 AM, Jim Gregory <[email protected]> wrote: > So then the problem occurs whether you have debug set to True or False? > > Could you post your code? > > -Jim > > -- > You received this message because you are subscribed to the Google Groups > "web.py" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/webpy. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "web.py" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/webpy. For more options, visit https://groups.google.com/groups/opt_out.
