Improve ticket-system logging
Bug #1285296 reported by
Ursula Junque
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu CI Engine |
In Progress
|
Medium
|
Evan |
Bug Description
We need to add more logging to the ticket-system, if something goes wrong and we have debug=False there's no place to look for any hints on what's going on.
Related branches
lp:~ev/ubuntu-ci-services-itself/better-structure-and-logging
- PS Jenkins bot (community): Needs Fixing (continuous-integration)
- Evan (community): Needs Resubmitting
- Andy Doan (community): Approve
- Chris Johnston (community): Needs Fixing
-
Diff: 1763 lines (+1264/-121)22 files modifiedcharms/precise/gunicorn/README.md (+52/-0)
charms/precise/gunicorn/config.yaml (+81/-0)
charms/precise/gunicorn/copyright (+17/-0)
charms/precise/gunicorn/hooks/hooks.py (+492/-0)
charms/precise/gunicorn/icon.svg (+377/-0)
charms/precise/gunicorn/metadata.yaml (+15/-0)
charms/precise/gunicorn/revision (+1/-0)
charms/precise/gunicorn/templates/upstart.tmpl (+34/-0)
charms/precise/python-django/hooks/hooks.py (+67/-46)
charms/precise/python-django/templates/settings.tmpl (+37/-6)
charms/precise/python-django/templates/urls.tmpl (+9/-0)
juju-deployer/branch-source-builder.yaml.tmpl (+0/-1)
juju-deployer/deploy.py (+2/-1)
juju-deployer/image-builder.yaml.tmpl (+0/-1)
juju-deployer/lander.yaml.tmpl (+0/-1)
juju-deployer/ppa-assigner.yaml.tmpl (+10/-3)
juju-deployer/production-only.yaml (+1/-1)
juju-deployer/test-runner.yaml.tmpl (+0/-1)
juju-deployer/ticket-system.yaml.tmpl (+12/-5)
ppa-assigner/ppa_assigner/ppa_sync.py (+5/-2)
ppa-assigner/ppa_assigner/settings.py (+30/-28)
ticket_system/ticket_system/settings.py (+22/-25)
Changed in ubuntu-ci-services-itself: | |
assignee: | nobody → Evan Dandrea (ev) |
Changed in ubuntu-ci-services-itself: | |
importance: | Undecided → Medium |
milestone: | none → phase-0 |
status: | New → In Progress |
Changed in ubuntu-ci-services-itself: | |
milestone: | phase-0 → phase-0.5 |
Changed in uci-engine: | |
assignee: | nobody → Evan Dandrea (ev) |
importance: | Undecided → Medium |
milestone: | none → phase-0.5 |
status: | New → In Progress |
no longer affects: | ubuntu-ci-services-itself |
To post a comment you must log in.
I'm not sure this should be targeted to phase 0 anymore. It's become a large delta and a potentially dangerous one to land so close to the deadline.