Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/97007d095e25af302abeb32662353f84f720863c
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/97007d095e25af302abeb32662353f84f720863c
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/97007d095e25af302abeb32662353f84f720863c

The branch, master has been updated
       via  97007d095e25af302abeb32662353f84f720863c (commit)
      from  169a91ace945ca0c0747ffa0f7db5ee550188c87 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=97007d095e25af302abeb32662353f84f720863c
commit 97007d095e25af302abeb32662353f84f720863c
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Docs: Fix logging CLI reference, and add examples.
    
    The verbose filter CLI option doesn't begin with log_ prefix.
    The filter options need a double dash (--).

diff --git a/docs/logging.md b/docs/logging.md
index 41c7ea1..abc852b 100644
--- a/docs/logging.md
+++ b/docs/logging.md
@@ -62,12 +62,18 @@ The main command line switches that control logging are:
   - -V <file>
   Send the logging to a file instead of standard output 
   
-  - -log_filter=<filter>
+  - --log_filter=<filter>
   Set the non verbose filter
 
-  - -log_verbose_filter=<filter>
+  - --verbose_filter=<filter>
   Set the verbose filter
 
+Examples:
+
+    ./nsgtk --log_filter="level:INFO"
+    ./nsgtk -v --verbose_filter="(cat:layout && level:DEBUG)"
+    ./nsgtk -v --verbose_filter="((cat:layout && level:DEBUG) || level:INFO)"
+
 Options
 -------
 


-----------------------------------------------------------------------

Summary of changes:
 docs/logging.md |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/docs/logging.md b/docs/logging.md
index 41c7ea1..abc852b 100644
--- a/docs/logging.md
+++ b/docs/logging.md
@@ -62,12 +62,18 @@ The main command line switches that control logging are:
   - -V <file>
   Send the logging to a file instead of standard output 
   
-  - -log_filter=<filter>
+  - --log_filter=<filter>
   Set the non verbose filter
 
-  - -log_verbose_filter=<filter>
+  - --verbose_filter=<filter>
   Set the verbose filter
 
+Examples:
+
+    ./nsgtk --log_filter="level:INFO"
+    ./nsgtk -v --verbose_filter="(cat:layout && level:DEBUG)"
+    ./nsgtk -v --verbose_filter="((cat:layout && level:DEBUG) || level:INFO)"
+
 Options
 -------
 


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to