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.config.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.config.example') diff --git a/Makefile.config.example b/Makefile.config.example index 9b461f57d..988fd0ac8 100644 --- a/Makefile.config.example +++ b/Makefile.config.example @@ -45,7 +45,7 @@ # override NETSURF_LOG_LEVEL := DEBUG ### To change the compiled in default log, change this -# override NETSURF_DEFAULT_LOG_FILTER := level:WARNING +# override NETSURF_BUILTIN_LOG_FILTER := "(level:WARNING || cat:jserrors)" ### To change the compiled in *verbose* log, change this -# override NETSURF_DEFAULT_VERBOSE_FILTER := level:VERBOSE +# override NETSURF_BUILTIN_VERBOSE_FILTER := "(level:VERBOSE || cat:jserrors)" -- cgit v1.2.3