From c47cc0888327d2d820b500ad31c17c932a94709a Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Tue, 28 May 2019 20:49:12 +0100 Subject: Ensure we set the defaults for the log options to those compiled in Signed-off-by: Daniel Silverstone --- desktop/options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/options.h b/desktop/options.h index 9b7064efa..9ae2b5ebb 100644 --- a/desktop/options.h +++ b/desktop/options.h @@ -291,6 +291,6 @@ NSOPTION_COLOUR(sys_colour_WindowFrame, 0x004e4e4e) NSOPTION_COLOUR(sys_colour_WindowText, 0x00000000) /** Filter for non-verbose logging */ -NSOPTION_STRING(log_filter, "level:WARNING") +NSOPTION_STRING(log_filter, NETSURF_BUILTIN_LOG_FILTER) /** Filter for verbose logging */ -NSOPTION_STRING(verbose_filter, "level:VERBOSE") +NSOPTION_STRING(verbose_filter, NETSURF_BUILTIN_VERBOSE_FILTER) -- cgit v1.2.3