Closed
Bug 1476305
Opened 7 years ago
Closed 7 years ago
Add configuration for not truncating logs
Categories
(Remote Protocol :: Marionette, enhancement, P1)
Remote Protocol
Marionette
Tracking
(firefox63 fixed)
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: ato, Assigned: ato)
References
Details
Attachments
(1 file)
4.84 KB,
patch
|
automatedtester
:
review+
|
Details | Diff | Splinter Review |
We truncate long log messages, e.g. packet log entries in the trace
level, that exceed 250 characters:
https://searchfox.org/mozilla-central/rev/6f86cc3479f80ace97f62634e2c82a483d1ede40/testing/marionette/format.js#16
It is however sometimes, usually when debugging locally, to not
truncate the logs so one can see exactly what is sent to and fro
Marionette.
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Comment 1•7 years ago
|
||
Marionette currently truncates a selection of log messages that
exceed 250 characters. It is however sometimes, usually when
debugging locally, to not truncate logs so one can see exactly what
is sent to and fro the server.
Assignee | ||
Updated•7 years ago
|
Attachment #8992673 -
Flags: review?(dburns)
Assignee | ||
Comment 2•7 years ago
|
||
Updated•7 years ago
|
Attachment #8992673 -
Flags: review?(dburns) → review+
Pushed by atolfsen@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/abc2e543c497
Add pref to not truncate Marionette log messages. r=automatedtester
Comment 4•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Updated•3 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•