mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-21 22:11:22 +03:00
Makefile.config.example: Document logging options
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
parent
3fcba68fcf
commit
6683818c18
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user