Skip to content
Snippets Groups Projects
Commit 25f1512e authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

log initialisation msg and headders on the init command

parent fd646b62
No related branches found
No related tags found
1 merge request!115Resolve "declutter the top level log file"
...@@ -1235,9 +1235,9 @@ def initialise_environment(root_dir: Path) -> None: ...@@ -1235,9 +1235,9 @@ def initialise_environment(root_dir: Path) -> None:
# create the log file and fill it with the headers # create the log file and fill it with the headers
record_script_execution_summary(root_dir=root_dir) record_script_execution_summary(root_dir=root_dir)
# record the msg in the log file # record the msg in the log file
record_script_execution_summary( write_to_cmd_log(
root_dir=root_dir, root_dir=root_dir,
msg=f"Initialising MPSD software instance at {root_dir}.", msg=f"Initialising MPSD software instance at {root_dir}.\n",
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment