tweaked the verify output so it logs to its own file
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user