Skip to content

Commit

Permalink
re-add timestamps to parsl logs
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute committed Jan 30, 2024
1 parent 64bc666 commit 2018ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psiflow/execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def load(
str(path / "parsl.log"),
"parsl",
getattr(logging, psiflow_config.pop("parsl_log_level")),
format_string="%(levelname)s - %(name)s - %(message)s",
# format_string="%(levelname)s - %(name)s - %(message)s",
)

# create main parsl executors
Expand Down

0 comments on commit 2018ce6

Please sign in to comment.