I can confirm that I can't reproduce the behaviour using the same web2py code locally with Rocket on windows. Also, I tried adding:
logging = 'debug' and default_ logging = 'debug' to routes.py, and I couldn't get any logged info (on either platform). Neil On Saturday, July 21, 2012 7:07:36 PM UTC+1, Jonathan Lundell wrote: > > On 21 Jul 2012, at 10:47 AM, Jonathan Lundell wrote: > > > > On 21 Jul 2012, at 7:42 AM, Massimo Di Pierro wrote: > >> Is this reproducible? Can you check if you get the same problem with > stable? > > > > Please try enabling router logging. In routes.py, there is (or should > be) a line like this: > > > > logging = 'debug' > > > > Try setting it to 'info', which is IIRC the default logging threshold, > and if necessary enable some kind of logging that you can see. > > > > Thanks. > > > >> > >> I do not think this is a uWSGI issue. Please open an issue on google > code. > > > > FWIW, I tried the trunk with Rocket, running locally, using the example > router and reloading the welcome home page, and didn't see a problem. > Setting aside the server difference, should that have been enough to > reproduce it? --

