summaryrefslogtreecommitdiff
path: root/doc/contributing.asciidoc
diff options
context:
space:
mode:
authorJimmy <jimmy@spalge.com>2018-06-03 22:50:53 +1200
committerJimmy <jimmy@spalge.com>2018-06-11 21:26:54 +1200
commitaddd2e74ce2315079858f9dba7aede91e498e842 (patch)
treeada03f0b06e358840d800395bae656a97c407d49 /doc/contributing.asciidoc
parent5e99da5459fc33fccf6a69c2feeddb107a02558d (diff)
downloadqutebrowser-addd2e74ce2315079858f9dba7aede91e498e842.tar.gz
qutebrowser-addd2e74ce2315079858f9dba7aede91e498e842.zip
Allow negating categories in --logfilter
Sometimes I want to see all the logs _except_ for the sql stuff and "marked cookies as dirty". with this you should be able to pass `--logfilter \!sql,save`.
Diffstat (limited to 'doc/contributing.asciidoc')
-rw-r--r--doc/contributing.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/contributing.asciidoc b/doc/contributing.asciidoc
index a8f17651a..54f3bc16e 100644
--- a/doc/contributing.asciidoc
+++ b/doc/contributing.asciidoc
@@ -188,8 +188,8 @@ There are some useful functions for debugging in the `qutebrowser.utils.debug`
module.
When starting qutebrowser with the `--debug` flag, you also get useful debug
-logs. You can add +--logfilter _category[,category,...]_+ to restrict logging
-to the given categories.
+logs. You can add +--logfilter _[!]category[,category,...]_+ to restrict
+logging to the given categories.
With `--debug` there are also some additional +debug-_*_+ commands available,
for example `:debug-all-objects` and `:debug-all-widgets` which print a list of