# HG changeset patch # User Matthew Wild # Date 1648464117 -3600 # Node ID dc62636250692f92861220db6db3ae1f7df24dac # Parent 1ef89371531156571e82a45aa45855f61e5d6bd5 prosodyctl: check config: Report paths of loaded configuration files (fixed #1729) diff -r 1ef893715311 -r dc6263625069 util/prosodyctl/check.lua --- a/util/prosodyctl/check.lua Mon Mar 28 11:41:32 2022 +0100 +++ b/util/prosodyctl/check.lua Mon Mar 28 11:41:57 2022 +0100 @@ -332,6 +332,13 @@ end if not what or what == "config" then print("Checking config..."); + + if what == "config" then + local files = configmanager.files(); + print(" The following configuration files have been loaded:"); + print(" - "..table.concat(files, "\n - ")); + end + local obsolete = set.new({ --> remove "archive_cleanup_interval", "cross_domain_bosh",