Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/14c7b4aee30462db6488c6084a64ce40aaaef6a1
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/14c7b4aee30462db6488c6084a64ce40aaaef6a1
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/14c7b4aee30462db6488c6084a64ce40aaaef6a1

The branch, master has been updated
       via  14c7b4aee30462db6488c6084a64ce40aaaef6a1 (commit)
      from  7d0fe9ecbcb7aae8aadcf48fbb71c4c335d62808 (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=14c7b4aee30462db6488c6084a64ce40aaaef6a1
commit 14c7b4aee30462db6488c6084a64ce40aaaef6a1
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Logging: Include VERBOSE in the binary by default.

diff --git a/Makefile.defaults b/Makefile.defaults
index c7edf7b..edf491a 100644
--- a/Makefile.defaults
+++ b/Makefile.defaults
@@ -82,7 +82,7 @@ NETSURF_USE_NSPSL := AUTO
 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
+NETSURF_LOG_LEVEL := VERBOSE
 # The log filter set during log initialisation before options are available
 NETSURF_BUILTIN_LOG_FILTER := "(level:WARNING || cat:jserrors)"
 # The log filter set during log initialisation before options are available


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

Summary of changes:
 Makefile.defaults |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.defaults b/Makefile.defaults
index c7edf7b..edf491a 100644
--- a/Makefile.defaults
+++ b/Makefile.defaults
@@ -82,7 +82,7 @@ NETSURF_USE_NSPSL := AUTO
 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
+NETSURF_LOG_LEVEL := VERBOSE
 # The log filter set during log initialisation before options are available
 NETSURF_BUILTIN_LOG_FILTER := "(level:WARNING || cat:jserrors)"
 # The log filter set during log initialisation before options are available


-- 
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