mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-09 17:10:58 +00:00
Remove outdated comment in TestLogger
Configuration.init_logging() removed in:
eaa8a963 ("Refactor logging configuration.", 2014-05-10)
This commit is contained in:
parent
61071fc5dc
commit
009f22e9b6
1 changed files with 0 additions and 2 deletions
|
|
@ -181,8 +181,6 @@ def get_test_aggregate(confargs, logargs, logger=TestLogger):
|
|||
config["recursionlevel"] = 1
|
||||
config["logger"] = config.logger_new(logger.LoggerName, **logargs)
|
||||
add_fileoutput_config(config)
|
||||
# uncomment for debugging
|
||||
# config.init_logging(None, debug=["all"])
|
||||
config["verbose"] = True
|
||||
config["threads"] = 0
|
||||
config["status"] = False
|
||||
|
|
|
|||
Loading…
Reference in a new issue