tweaked the verify output so it logs to its own file

This commit is contained in:
2026-07-11 12:30:16 -05:00
parent fec7745092
commit 3b2263b529
3 changed files with 4 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ from fccs_config import (
def main():
args = parse_args()
cfg = load_config(args.config)
log = make_logger(cfg.get("paths", "log_file"))
log = make_logger(cfg.get("paths", "verify_report"))
export_dir = cfg.get("paths", "export_dir")
manifest_dir = cfg.get("paths", "manifest_dir")