summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/net_internals/index.html
diff options
context:
space:
mode:
authormmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-03 15:08:44 +0000
committermmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-03 15:08:44 +0000
commit73f0934327ea3d847e3a6bccc1229b2992741398 (patch)
tree816217fdda7436110ccc5f01bbf606170cd73d74 /chrome/browser/resources/net_internals/index.html
parentc40520ee3eb467320be787111bdcb180fe27dbdd (diff)
downloadchromium_src-73f0934327ea3d847e3a6bccc1229b2992741398.zip
chromium_src-73f0934327ea3d847e3a6bccc1229b2992741398.tar.gz
chromium_src-73f0934327ea3d847e3a6bccc1229b2992741398.tar.bz2
Add a command line option to set the minimum logging
level used by the NetLog. BUG=80851 TEST=none Review URL: http://codereview.chromium.org/6893131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83888 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/net_internals/index.html')
-rw-r--r--chrome/browser/resources/net_internals/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/resources/net_internals/index.html b/chrome/browser/resources/net_internals/index.html
index e50ac55..b79ea03 100644
--- a/chrome/browser/resources/net_internals/index.html
+++ b/chrome/browser/resources/net_internals/index.html
@@ -264,7 +264,9 @@ found in the LICENSE file.
<h2>Load data</h2>
<div style="margin: 8px">
<p><input type=button value="Load log from file" id=dataViewLoadLogFile /></p>
- <p>Only works with log files created with "--log-net-log=file_name".</p>
+ <p>Only works with log files created with "--log-net-log=file_name".
+ "--net-log-level=#" will set the default log level used.
+ </p>
<p>Once a log is loaded, this page will stop collecting data, and will
only start gathering data again when the page is
<a href="javascript:history.go(0);">reloaded</a>.<BR>