Commit 69ebab44 authored by samuong@chromium.org's avatar samuong@chromium.org

[chromedriver] Change Chrome log level from 1 to 0.

BUG=

Review URL: https://codereview.chromium.org/311343006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275515 0039d316-1c4b-4281-b951-d872f2087c98
parent 48f0d6c7
......@@ -112,7 +112,7 @@ Status PrepareCommandLine(int port,
switches.SetSwitch("disable-component-update");
switches.SetSwitch("disable-default-apps");
switches.SetSwitch("enable-logging");
switches.SetSwitch("log-level", "1");
switches.SetSwitch("log-level", "0");
switches.SetSwitch("password-store", "basic");
switches.SetSwitch("use-mock-keychain");
switches.SetSwitch("remote-debugging-port", base::IntToString(port));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment