code browser should use oops system
Bug #84838 reported by
Tim Penhey
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Medium
|
Andrew Bennetts |
Bug Description
The new codebrowser app needs to hook into the oops system so we can track timeouts or 404s.
This would allow:
* trusted developers to retrieve the reports
* giving a handle to users who experience a timeout or crash
* perhaps easier summarizing of failures
mwhudson says they currently go "into the debug.log" so presumably one needs a losa to look at them.
Related branches
lp://qastaging/~spiv/launchpad/codebrowse-oops-84838
- Michael Hudson-Doyle: Approve
- Andrew Bennetts: Pending requested
-
Diff: 210 lines (+148/-1)4 files modifiedconfigs/development/launchpad-lazr.conf (+3/-0)
lib/canonical/config/schema-lazr.conf (+9/-0)
lib/launchpad_loggerhead/app.py (+134/-0)
scripts/start-loggerhead.py (+2/-1)
Changed in launchpad-bazaar: | |
importance: | Undecided → Medium |
status: | Unconfirmed → Confirmed |
Changed in launchpad-bazaar: | |
assignee: | nobody → mwhudson |
description: | updated |
Changed in launchpad-code: | |
assignee: | Michael Hudson (mwhudson) → nobody |
Changed in launchpad-code: | |
milestone: | 10.08 → 10.09 |
tags: |
added: qa-untestable removed: qa-needstesting |
Changed in launchpad-code: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Given that loggerhead is built on top of a completely different web framework, this is non-trivial.