Closed
Bug 596275
Opened 15 years ago
Closed 15 years ago
[report] logging prints some stuff to stdout and prints some stuff to the logfile
Categories
(Testing Graveyard :: Mozmill, defect)
Testing Graveyard
Mozmill
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 584152
People
(Reporter: k0scist, Unassigned)
Details
(Whiteboard: [mozmill-2.0+])
the LoggerListener uses the python logging module to send data to either stdout or a file, depending on settings. However, there are print statements throughout the code too. These should be combined and dealt with consistently. Even more long term, the logging should be improved
| Reporter | ||
Comment 1•15 years ago
|
||
Ideally, this would be landed after https://bugzilla.mozilla.org/show_bug.cgi?id=583936 as logging has been moved to its own module:
http://github.com/k0s/mozmill/blob/pluggable/mozmill/mozmill/logger.py
If we do this for 1.5.1. and for 2.0 separately, it probably makes the most sense to land a hotfix for 1.5.1, wait for bug 583936 to land, and then patch that
| Reporter | ||
Updated•15 years ago
|
Whiteboard: [mozmill-2.0?]
| Reporter | ||
Updated•15 years ago
|
Summary: logging prints some stuff to stdout and prints some stuff to the logfile → [report] logging prints some stuff to stdout and prints some stuff to the logfile
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•9 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•