mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Improve application logging configuration comment
This commit is contained in:
parent
6536ec87a5
commit
384048d303
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ def linkchecker():
|
|||
|
||||
# read and parse command line options and arguments
|
||||
options = argparser.parse_args()
|
||||
# initialize logging
|
||||
# configure application logging
|
||||
if options.debug:
|
||||
allowed_debugs = logconf.lognames.keys()
|
||||
for _name in options.debug:
|
||||
|
|
|
|||
Loading…
Reference in a new issue