new thread logger

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2397 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-03-10 22:22:22 +00:00
parent 882f204319
commit 920f863329

View file

@ -1,7 +1,7 @@
# logging configuration file for webcleaner
[loggers]
keys=root,linkcheck,cmdline,check,cache,gui
keys=root,linkcheck,cmdline,check,cache,gui,thread
[handlers]
keys=
@ -43,6 +43,13 @@ 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