mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-09 15:14:45 +00:00
Print sorted configuration debugging information.
This commit is contained in:
parent
6ca5bdb815
commit
4c62b00e30
1 changed files with 1 additions and 1 deletions
|
|
@ -746,7 +746,7 @@ for prefix in ("checkhtml", "checkcss"):
|
|||
# now sanitize the configuration
|
||||
config.sanitize()
|
||||
|
||||
log.debug(LOG_CMDLINE, "configuration: %s", pprint.pformat(config.items()))
|
||||
log.debug(LOG_CMDLINE, "configuration: %s", pprint.pformat(sorted(config.items())))
|
||||
# warn about sitemap loggers and complete output
|
||||
klasses = [c.__class__ for c in [config['logger']] + config['fileoutput']]
|
||||
if (linkcheck.logger.gml.GMLLogger in klasses or \
|
||||
|
|
|
|||
Loading…
Reference in a new issue