From 384048d303d273d4308ea7e95939cf5995aab0e0 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Mon, 28 Aug 2023 19:32:28 +0100 Subject: [PATCH] Improve application logging configuration comment --- linkcheck/command/linkchecker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkcheck/command/linkchecker.py b/linkcheck/command/linkchecker.py index 807608d5..00cdf578 100644 --- a/linkcheck/command/linkchecker.py +++ b/linkcheck/command/linkchecker.py @@ -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: