The `new transaction` + `commit` messages for every debugtoolbar hit were
starting to be too much noise on my dev environment. (every 5 seconds or
so, an ajax request is made by the toolbar)
i couldn't find a good way to suppress them within the debugtoolbar itself,
so ended up just dropping the logging in an application tween:
log_t = transaction._transaction._makeLogger()
if log_t:
log_t.propagate = False
does anyone have a better way?
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" 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/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.