Skip to content

Commit

Permalink
Show operation name in backup task log message
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Feb 20, 2024
1 parent 79b2bec commit 738b70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cubed/runtime/executors/lithops.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def map_unordered(
future, now, start_times[group_name], end_times[group_name]
):
input = future.input
logger.warn("Running backup task for %s", input)
logger.warn(f"Running backup task for {group_name} on {input}")
futures = lithops_function_executor.map(
group_name_to_function[group_name],
[input],
Expand Down

0 comments on commit 738b70d

Please sign in to comment.