diff --git a/mpsd-software-environment.py b/mpsd-software-environment.py index 5fd2e1652a37d13b75da90d0edc094e7323b355c..102c12428439213b4413d2ea35a9784f2959e94d 100755 --- a/mpsd-software-environment.py +++ b/mpsd-software-environment.py @@ -407,7 +407,9 @@ def run(*args, counter=[0], **kwargs): options = ", ".join([f"{key}={value}" for key, value in kwargs.items()]) # provide information about upcoming subprocess.run call - logging.info(f"{token} Starting subprocess.run('{command}') with options {options}") + logging.debug( + f"{token} Starting subprocess.run('{command}') with options {options}" + ) logging.debug(f"""{token} getcwd={os.getcwd()}""") logging.debug(f"""{token} subprocess.run("{arg}")""") @@ -633,6 +635,8 @@ def prepare_environment(mpsd_release: str, root_dir: Path) -> List[str]: available_toolchains : list A list of available toolchains for the given MPSD release. """ + logging.info(f"Preparing {mpsd_release=}") + # Creates the directory structure for the specified release and clone the # Spack environments repository if it doesn't exist: