mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-22 00:40:30 +00:00
60 lines
946 B
Text
60 lines
946 B
Text
# Logging configuration file for LinkChecker.
|
|
# This file should not be edited except for debugging
|
|
# LinkChecker internals.
|
|
|
|
[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
|