Skip to content

Commit

Permalink
Add log level INFO for interactive debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sol committed Sep 19, 2023
1 parent 8398068 commit d18bc3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fmu/sumo/utilities/sim2sumo.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ def export_with_config(config_path):
datafiles, submods, options = read_config(yaml_load(config_path))
for datafile in datafiles:
for submod in submods:
logger.info("Exporting %s", submod)
export_path = export_results(
datafile,
submod,
Expand Down

0 comments on commit d18bc3f

Please sign in to comment.