Closed
Bug 869640
Opened 12 years ago
Closed 8 years ago
Make harnesses using automation.py set up a log handler
Categories
(Testing :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jdm, Unassigned)
References
Details
From bug 597064 comment 81:
>::: build/automation.py.in
>@@ +88,5 @@
>> + while _log.handlers:
>> + _log.removeHandler(_log.handlers[0])
>> + handler = logging.StreamHandler(log)
>> + _log.setLevel(logging.INFO)
>> + _log.addHandler(handler)
>
>I guess ideally we'd push this up into each of the harnesses that are using
>automation.py. It seems wrong for this module to be setting the log handler. Can
>you file a followup for that?
![]() |
||
Comment 1•8 years ago
|
||
Mass closing bugs with no activity in 2+ years. If this bug is important to you, please re-open.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•