Skip to content

Commit 17ddd62

Browse files
author
Alan Christie
committed
style: Log inputs
1 parent 594c0e8 commit 17ddd62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workflow/workflow_engine.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,7 @@ def _launch(
737737
_LOGGER.info(
738738
"SPR.dependent_instances=%s", step_preparation_response.dependent_instances
739739
)
740+
_LOGGER.info("SPR.inputs=%s", step_preparation_response.inputs)
740741
_LOGGER.info("SPR.outputs=%s", step_preparation_response.outputs)
741742

742743
# Total replicas must be 1 or more

0 commit comments

Comments
 (0)