mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 04:02:34 +03:00
Ensure we set the defaults for the log options to those compiled in
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
parent
13a5b8f74a
commit
c47cc08883
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user