Add -v[v] shorthand flag to ./mach puppeteer-test
Categories
(Remote Protocol :: Agent, enhancement, P1)
Tracking
(firefox74 fixed)
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: ato, Assigned: ato)
References
Details
(Whiteboard: [puppeteer-beta-mvp])
Attachments
(1 file)
./mach marionette-test
has a -v[v]
flag to increase Gecko logging verbosity, and it would be convenient to have the same for the remote agent.
Assignee | ||
Comment 1•5 years ago
|
||
(My not-so-secret plan is for logs to stdout to go away with time in favour of a log streaming service as part of the protocol, and it would make sense to capture this with a flag rather than having to remember the specifics of remote.log.level
.)
Assignee | ||
Comment 2•5 years ago
|
||
This introduces a -v[v] flag to the "./mach puppeteer-test" command
for increasing the logging verbosity of the remote agent in Gecko.
This can be used as a shorthand for --setpref="remote.log.level=<level>".
A single -v will enable log messages up to debug level, and two
-vv will enable all log messages up to trace level.
Updated•5 years ago
|
Assignee | ||
Comment 3•5 years ago
|
||
This patch needs the extraPrefsFirefox
fix from https://phabricator.services.mozilla.com/D58511.
Updated•5 years ago
|
Comment 5•5 years ago
|
||
bugherder |
Description
•