Comment 4 for bug 661441

Revision history for this message
Stuart Bishop (stub) wrote :

If the new OOPSes are good enough, tear out the custom OOPS logging code so we don't duplicate work.

If the new OOPSes are not good enough, add a flag to LaunchpadCronScript that disables adding the OopsHandler to the root Logger. Open a bug on what is missing, because we are duplicating work. Or just fix the OopsHandler.

Alternatively, we can just filter the duplicates in the reports - the new OOPSes are unique enough to filter with no false positives.

Note that if the global OOPS reporting is filtered or disabled we will not get OOPSes for unhandled exceptions (such as lockfile errors or other error conditions in the infrastructure).