summaryrefslogtreecommitdiff
path: root/Makefile.defaults
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2017-09-08 21:15:41 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2017-09-08 21:15:54 +0100
commitbb056e55b1374a72ed7784a461d027fbd6360b40 (patch)
tree160ec9e564197efb65e4115e3907094fdc75ba6e /Makefile.defaults
parent8b88e440905708ad9354fb72afff206d6208a760 (diff)
downloadnetsurf-bb056e55b1374a72ed7784a461d027fbd6360b40.tar.gz
netsurf-bb056e55b1374a72ed7784a461d027fbd6360b40.tar.bz2
Sort out the logging so that -v etc do the right thing
Diffstat (limited to 'Makefile.defaults')
-rw-r--r--Makefile.defaults5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.defaults b/Makefile.defaults
index d6637da9e..1f9ce5fdf 100644
--- a/Makefile.defaults
+++ b/Makefile.defaults
@@ -79,6 +79,11 @@ NETSURF_USE_NSLOG := AUTO
# The minimum logging level *compiled* into netsurf
# Valid options are: DEEPDEBUG, DEBUG, VERBOSE, INFO, WARNING, ERROR, CRITICAL
NETSURF_LOG_LEVEL := INFO
+# The log filter set during log initialisation before options are available
+NETSURF_BUILTIN_LOG_FILTER := level:WARNING
+# The log filter set during log initialisation before options are available
+# if the logging level is set to verbose
+NETSURF_BUILTIN_VERBOSE_FILTER := level:VERBOSE
# Enable stripping the NetSurf binary
# Valid options: YES, NO