Makefile.config.example: Document logging options

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
Daniel Silverstone 2019-08-02 10:03:07 +01:00
parent 3fcba68fcf
commit 6683818c18
1 changed files with 10 additions and 0 deletions

View File

@ -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