mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-26 17:14:42 +00:00
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:
parent
882f204319
commit
920f863329
1 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue