diff --git a/openflexure_microscope/config.py b/openflexure_microscope/config.py index 1d0645ff..06775af3 100644 --- a/openflexure_microscope/config.py +++ b/openflexure_microscope/config.py @@ -142,6 +142,7 @@ def save_yaml_file(config_path: str, config_dict: dict, safe: bool = False): config_path = os.path.expanduser(config_path) logging.info("Saving {}...".format(config_path)) + logging.debug(config_dict) with open(config_path, 'w') as outfile: if not safe: