-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make --verbose
as an alias of --log-mach-level debug
#14619
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This only works if we are using the mach logger. In case we aren't it will cause an error, so something else is needed.
See also the comments earlier in #7846 |
Add a new option `--verbose` to `./wpt run` command line as an alias of `--log-mach-level debug`. Fix: web-platform-tests#7846
e543135
to
5caeb87
Compare
Make `--verbose` supports the raw and tbpl log formatters for the alias of `--log-*-level` option.
* Fix CI errors. * Improve test cases.
@jgraham , @gsnedders , please take a look at the new commits for issue #7846. |
Add a new option
--verbose
to./wpt run
command line as an aliasof
--log-mach-level debug
.Fix: #7846