Closed
Bug 834465
Opened 13 years ago
Closed 11 years ago
Zamboni documentation [sucks] - improve logging documentation
Categories
(addons.mozilla.org Graveyard :: Code Quality, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jesper, Unassigned)
References
()
Details
No work can currently done with Zamboni that requires any level of logging to observe the internal workings of Zamboni.
The documentation mentions the following things that does not work:
* log_settings.py (is ignored)
* Adding to settings_local.py:
LOGGING['loggers'].update({
'z.files': {
'handlers': ['console'],
'level': logging.DEBUG,
'
},
})
* LOG_LEVEL = logging.DEBUG (ignored?)
* HAS_SYSLOG = False (ignored?)
As an example: Uploading a new addon on a dev-box:
[24/Jan/2013 14:28:36] "POST /en-US/developers/upload HTTP/1.1" 403 272345
Nothing else is written.
Comment 1•11 years ago
|
||
Thanks for filing this. Due to resource constraints we are closing bugs which we won't realistically be able to fix. If you have a patch that applies to this bug please reopen.
For more info see http://micropipes.com/blog/2014/09/24/the-great-add-on-bug-triage/
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•10 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
•