mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-18 15:00:28 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2397 e7d03fd6-7b0d-0410-9947-9c21f3af8025
58 lines
865 B
Text
58 lines
865 B
Text
# logging configuration file for webcleaner
|
|
|
|
[loggers]
|
|
keys=root,linkcheck,cmdline,check,cache,gui,thread
|
|
|
|
[handlers]
|
|
keys=
|
|
|
|
[formatters]
|
|
keys=
|
|
|
|
# this logger is not used by the application, just a catch-all thingy
|
|
[logger_root]
|
|
level=DEBUG
|
|
handlers=
|
|
qualname=root
|
|
|
|
# global application logger
|
|
[logger_linkcheck]
|
|
level=INFO
|
|
handlers=
|
|
propagate=0
|
|
qualname=linkcheck
|
|
|
|
# debug command line processing
|
|
[logger_cmdline]
|
|
level=INFO
|
|
handlers=
|
|
propagate=1
|
|
qualname=linkcheck.cmdline
|
|
|
|
# debug checking methods
|
|
[logger_check]
|
|
level=INFO
|
|
handlers=
|
|
propagate=1
|
|
qualname=linkcheck.check
|
|
|
|
# debug caches and queues
|
|
[logger_cache]
|
|
level=INFO
|
|
handlers=
|
|
propagate=1
|
|
qualname=linkcheck.cache
|
|
|
|
# debug thread locking
|
|
[logger_thread]
|
|
level=INFO
|
|
handlers=
|
|
propagate=1
|
|
qualname=linkcheck.thread
|
|
|
|
# debug gui interface
|
|
[logger_gui]
|
|
level=INFO
|
|
handlers=
|
|
propagate=1
|
|
qualname=linkcheck.gui
|