Closed
Bug 1589357
Opened 6 years ago
Closed 6 years ago
Log the stderr into the debug file
Categories
(Conduit :: moz-phab, defect, P2)
Conduit
moz-phab
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zalun, Unassigned)
Details
(Keywords: conduit-triaged)
Attachments
(1 file)
When the subprocess in check_output method is failing we're logging just the output attribute of the CalledProcessError.
With the hg command in bug 1585192 the error message is not logged to the log file. It is printed in the console.
To be able to debug using just the log file we should have it there.
| Reporter | ||
Comment 1•6 years ago
|
||
| Reporter | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•