Skip to content

Commit

Permalink
Set logging to info when setting up the context
Browse files Browse the repository at this point in the history
  • Loading branch information
HenningSE committed Oct 11, 2024
1 parent ac10ba0 commit 8d278a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fuse/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ def full_chain_context(
):
"""Function to create a fuse full chain simulation context."""

# Lets go for info level logging when working with fuse
log.setLevel("INFO")

if corrections_run_id is None:
raise ValueError("Specify a corrections_run_id to load the corrections")
if (corrections_version is None) & (not run_without_proper_corrections):
Expand Down

0 comments on commit 8d278a6

Please sign in to comment.