summaryrefslogtreecommitdiff
path: root/doc/help/commands.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-06-11 11:37:51 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-06-11 11:37:51 +0200
commit23b5ee977714a56f64f2d9059dea050de504863d (patch)
tree9732d144cb54c0eaaed78eb0667d1945ce93351c /doc/help/commands.asciidoc
parentfab5f5137353295906e63a28051f6770439962e7 (diff)
downloadqutebrowser-23b5ee977714a56f64f2d9059dea050de504863d.tar.gz
qutebrowser-23b5ee977714a56f64f2d9059dea050de504863d.zip
Remove :debug-log-level
It's a hidden :debug-* command anyways, so no need to keep it around.
Diffstat (limited to 'doc/help/commands.asciidoc')
-rw-r--r--doc/help/commands.asciidoc10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc
index 9b2cae6c6..1e870cbaa 100644
--- a/doc/help/commands.asciidoc
+++ b/doc/help/commands.asciidoc
@@ -1929,7 +1929,6 @@ These commands are mainly intended for debugging. They are hidden if qutebrowser
|<<debug-keytester,debug-keytester>>|Show a keytester widget.
|<<debug-log-capacity,debug-log-capacity>>|Change the number of log lines to be stored in RAM.
|<<debug-log-filter,debug-log-filter>>|Change the log filter for console logging.
-|<<debug-log-level,debug-log-level>>|Change the log level for console logging.
|<<debug-pyeval,debug-pyeval>>|Evaluate a python string and display the results as a web page.
|<<debug-set-fake-clipboard,debug-set-fake-clipboard>>|Put data into the fake clipboard and enable logging, used for tests.
|<<debug-trace,debug-trace>>|Trace executed code via hunter.
@@ -2004,15 +2003,6 @@ Change the log filter for console logging.
* +'filters'+: A comma separated list of logger names. Can also be "none" to clear any existing filters.
-[[debug-log-level]]
-=== debug-log-level
-Syntax: +:debug-log-level 'level'+
-
-Change the log level for console logging.
-
-==== positional arguments
-* +'level'+: The log level to set.
-
[[debug-pyeval]]
=== debug-pyeval
Syntax: +:debug-pyeval [*--file*] [*--quiet*] 's'+