launchpad-dev team mailing list archive
-
launchpad-dev team
-
Mailing list archive
-
Message #01275
New method, handling(), added to ErrorReportingUtility
Hello there,
yesterday I landed a change to fix https://launchpad.net/bugs/436640.
This change introduces a new method to Launchpad's
ErrorReportingUtility. The new method, handling(), works just as the
raising() method with the difference that it also flags the OOPS
report as informational only. DisconnectionErrors (before they trigger
the retry machinery. See bug 373837 for more details) and the oopses
generated through the ++oops++ traversal were updated to use this new
method.
This will help filter OOPSes that we should care about and the ones
that we want to log for whatever reason, but don't need our immediate
attention in the OOPS summaries.
Cheers,
--
Diogo M. Matsubara
Follow ups