Skip to content
Snippets Groups Projects
Commit 6e28c93e authored by Ian's avatar Ian
Browse files

fix: downgraded logging level for full config printout

parent 10e7af09
No related branches found
No related tags found
No related merge requests found
...@@ -193,7 +193,7 @@ def main( ...@@ -193,7 +193,7 @@ def main(
f"from {model_config_path}: {str(e)}") f"from {model_config_path}: {str(e)}")
raise raise
logging.info(f"Configuration:\n{full_model_config}") logging.debug(f"Configuration:\n{full_model_config}")
# Query the CMR for granules # Query the CMR for granules
product_granules: Dict[str, List[Granule]] = {} product_granules: Dict[str, List[Granule]] = {}
......
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