Skip to content
Snippets Groups Projects
Commit 11c47faa authored by Swastik Mishra's avatar Swastik Mishra
Browse files

keep tmp log file in the same dir as compiled results

parent db55cf18
No related branches found
No related tags found
No related merge requests found
......@@ -626,9 +626,9 @@ if __name__ == "__main__":
logger.add(sys.stdout, level=logger_level)
else:
logger_level = "INFO"
# tmp log file but in the same directory as the compiled_results_dir
logger.add(
f"tmp_prepare_coacquisition_files_{
timestamp}.log",
f"{args.compiled_results_dir}/tmp_prepare_coacquisition_files_{timestamp}.log",
level=logger_level,
)
logger.info(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment