DescriptionAllow --v and --log-level switches simultaneous usage.
The current implementation, in fact, doesn't support specifying both
"--v" and "--log-level" command line switches: only "--log-level" switch
will take an effect. This looks counterintuitive.
For example, browser_tests always start the browser with the
"--log-level" switch specified, so with current implementation there's
no way to enable vlogging in browser_tests using a command line.
The suggestion is, as both of the options refer to the same underlying
"min_log_level", to make the "--v" switch have a higher priority.
BUG=
Committed: https://crrev.com/0bcc7aa66844b349c70f66c4941382c0e45acfd1
Cr-Commit-Position: refs/heads/master@{#330218}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Merge if's. #Messages
Total messages: 9 (2 generated)
|