Closed
Bug 561953
Opened 15 years ago
Closed 15 years ago
Implement PEP 391; improved logging
Categories
(addons.mozilla.org Graveyard :: Code Quality, defect, P3)
addons.mozilla.org Graveyard
Code Quality
Tracking
(Not tracked)
RESOLVED
FIXED
5.11
People
(Reporter: clouserw, Assigned: jbalogh)
Details
(Whiteboard: [z][qa-])
Our current logging has a single log level for all namespaces (eg. z.users, z.cron, etc.). We want to be able to adjust this more specifically:
- ability to set logging level per namespace
- ability to define multiple and/or unique handlers per namespace
There are some examples of how to do this online, but PEP 391[1] is accepted for the standards track so that's what we'll pursue. The bottom of the PEP has a link to a proof of concept that should handle most of the hardwork here.
[1] http://www.python.org/dev/peps/pep-0391/
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → jbalogh
Target Milestone: 4.x (triaged) → 5.11
Assignee | ||
Comment 1•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Whiteboard: [z][qa-]
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•