Yep, seems right, if you can send a pull request and add a test to tests/test_errorware.py I'll be grateful forever :)
I'm going to release a new version during September, so it should be fixed pretty soon. In the mean time you can probably work-around that by adding "/" in trace_slowreqs.exclude On Tue, Aug 12, 2014 at 8:51 PM, Christoph Zwerschke <[email protected]> wrote: > Thanks for releasing 2.3.3. > > One small issue I noticed is that the slow request reporting seems to be > always on in production mode, even if I set trace_slowreqs.enable to false. > My fix was to change the line > > if not asbool(global_conf.get('debug')): > > in tg.error.SlowReqsReporter to > > if not asbool(global_conf.get('debug')) and errorware.get('enable'): > > I can send a pull request, just want to make sure I'm not missing > something. > > -- Christoph > > -- > You received this message because you are subscribed to the Google Groups > "TurboGears" 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/turbogears. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears. For more options, visit https://groups.google.com/d/optout.

