From 6683818c182d396d17ea8bde035a91da20da9e9c Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 2 Aug 2019 10:03:07 +0100 Subject: Makefile.config.example: Document logging options Signed-off-by: Daniel Silverstone --- Makefile.config.example | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Makefile.config.example') diff --git a/Makefile.config.example b/Makefile.config.example index 7fa7f41cc..9b461f57d 100644 --- a/Makefile.config.example +++ b/Makefile.config.example @@ -39,3 +39,13 @@ ### If you're using the sanitizers and you want it to stop on failure... # override NETSURF_RECOVER_SANITIZERS := NO + +### To change the compiled in log level, alter this. +# Valid options are: DEEPDEBUG, DEBUG, VERBOSE, INFO, WARNING, ERROR, CRITICAL +# override NETSURF_LOG_LEVEL := DEBUG + +### To change the compiled in default log, change this +# override NETSURF_DEFAULT_LOG_FILTER := level:WARNING + +### To change the compiled in *verbose* log, change this +# override NETSURF_DEFAULT_VERBOSE_FILTER := level:VERBOSE -- cgit v1.2.3