add loaded config files to debug output

This commit is contained in:
Mike Fährmann
2022-11-18 17:15:32 +01:00
parent 4c6379e9d5
commit 46d811bac0
2 changed files with 6 additions and 2 deletions

View File

@@ -138,6 +138,8 @@ def main():
except AttributeError:
pass
log.debug("Configuration Files %s", config._files)
if args.list_modules:
extractor.modules.append("")
sys.stdout.write("\n".join(extractor.modules))