Improve application logging configuration comment

This commit is contained in:
Chris Mayo 2023-08-28 19:32:28 +01:00
parent 6536ec87a5
commit 384048d303

View file

@ -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: