prosodyctl: check config: Report paths of loaded configuration files (fixed #1729)

This commit is contained in:
Matthew Wild 2022-03-28 11:41:57 +01:00
parent a52c531dc5
commit fdd5f22b8a

View file

@ -332,6 +332,13 @@ local function check(arg)
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",