Closed
Bug 1653617
Opened 6 years ago
Closed 6 years ago
Add an option or use an existing one to prevent raptor from eating non-raptor logging
Categories
(Testing :: Raptor, defect, P1)
Testing
Raptor
Tracking
(firefox81 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox81 | --- | fixed |
People
(Reporter: sparky, Assigned: sparky)
References
Details
Attachments
(1 file)
Currently raptor's output handler eats all non-raptor output and there's no option to disable this behaviour. This bug is for fixing that issue.
| Assignee | ||
Comment 1•6 years ago
|
||
This patch adds a check for the verbose option in the OutputHandler. If it is set, then the log won't be filtered based on the presence of raptor in the logs.
Pushed by gmierz2@outlook.com:
https://hg.mozilla.org/integration/autoland/rev/12aabaf6508f
Prevent raptor from eating logging when --verbose is provided. r=perftest-reviewers,AlexandruIonescu
Comment 3•6 years ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•