summaryrefslogtreecommitdiff
path: root/Makefile.config.example
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2019-08-02 10:03:07 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2019-08-02 10:03:07 +0100
commit6683818c182d396d17ea8bde035a91da20da9e9c (patch)
tree936bca2404f07fd6bd66fdca8a68a06139312c6b /Makefile.config.example
parent3fcba68fcffb7fba55be54d1beab9184e96f2b3a (diff)
downloadnetsurf-6683818c182d396d17ea8bde035a91da20da9e9c.tar.gz
netsurf-6683818c182d396d17ea8bde035a91da20da9e9c.tar.bz2
Makefile.config.example: Document logging options
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'Makefile.config.example')
-rw-r--r--Makefile.config.example10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.config.example b/Makefile.config.example
index 7fa7f41cc..9b461f57d 100644
--- a/Makefile.config.example
+++ b/Makefile.config.example
@@ -39,3 +39,13 @@
### If you're using the sanitizers and you want it to stop on failure...
# override NETSURF_RECOVER_SANITIZERS := NO
+
+### To change the compiled in log level, alter this.
+# Valid options are: DEEPDEBUG, DEBUG, VERBOSE, INFO, WARNING, ERROR, CRITICAL
+# override NETSURF_LOG_LEVEL := DEBUG
+
+### To change the compiled in default log, change this
+# override NETSURF_DEFAULT_LOG_FILTER := level:WARNING
+
+### To change the compiled in *verbose* log, change this
+# override NETSURF_DEFAULT_VERBOSE_FILTER := level:VERBOSE