Closed
Bug 1838214
Opened 6 months ago
Closed 5 months ago
Include the log level in mach human/terminal log output
Categories
(Firefox Build System :: Mach Core, enhancement, P3)
Firefox Build System
Mach Core
Tracking
(firefox116 fixed)
RESOLVED
FIXED
116 Branch
Tracking | Status | |
---|---|---|
firefox116 | --- | fixed |
People
(Reporter: afranchuk, Assigned: afranchuk)
References
Details
Attachments
(1 file)
The StructuredHumanFormatter
and StructuredTerminalFormatter
only display the message time offset and message. The omission of the log level can sometimes be confusing for users. Bug 1835274 discusses how e.g. mach vendor rust
didn't make the errors clear, and they weren't always the last lines logged on failure.
Including a minimal indication of the log level would help avoid these confusing scenarios.
Assignee | ||
Comment 1•6 months ago
|
||
This includes the log level as a single character (with a space, adding 2 total characters to log
lines). It is colored when there is a terminal present.
Assignee | ||
Updated•6 months ago
|
Status: NEW → ASSIGNED
Pushed by afranchuk@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/3be43da6c87b Include the log level in mach human/terminal log output r=ahochheiden,ahal
Comment 3•5 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
status-firefox116:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 116 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•