Restructure log location
Compare changes
Files
2+ 249
− 86
@@ -12,7 +12,6 @@ import time
@@ -32,18 +31,13 @@ for given system architecture and MPSD software stack version.\n
@@ -56,17 +50,17 @@ def create_log_file_names(
@@ -81,27 +75,29 @@ def create_log_file_names(
@@ -151,12 +147,34 @@ def read_metadata_from_logfile(logfile: Union[str, Path]) -> dict:
@@ -166,41 +184,133 @@ def set_up_logging(loglevel="warning", filename=None):
@@ -531,6 +641,61 @@ def prepare_environment(mpsd_release: str, script_dir: Path) -> List[str]:
@@ -576,7 +741,7 @@ def install_environment(
@@ -596,13 +761,16 @@ def install_environment(
@@ -611,9 +779,15 @@ def install_environment(
@@ -621,19 +795,19 @@ def install_environment(
@@ -734,24 +908,13 @@ def main():