From 9742a8317f66cc2802b3d92456ec0516a6de8c79 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 2 Aug 2019 10:09:29 +0100 Subject: Dukky: Add and utilise a jserrors category Normal, and verbose logging will now also log all JS errors in order that we stand a chance of debugging things more easily when testing. Signed-off-by: Daniel Silverstone --- Makefile.defaults | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.defaults') diff --git a/Makefile.defaults b/Makefile.defaults index cebd41cf8..12c83a11d 100644 --- a/Makefile.defaults +++ b/Makefile.defaults @@ -84,10 +84,10 @@ NETSURF_USE_NSLOG := AUTO # 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 +NETSURF_BUILTIN_LOG_FILTER := "(level:WARNING || cat:jserrors)" # 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 +NETSURF_BUILTIN_VERBOSE_FILTER := "(level:VERBOSE || cat:jserrors)" # Enable stripping the NetSurf binary # Valid options: YES, NO -- cgit v1.2.3