diff --git a/wfe-core/src/executor/workflow_executor.rs b/wfe-core/src/executor/workflow_executor.rs index ef0fb90..74e8e69 100644 --- a/wfe-core/src/executor/workflow_executor.rs +++ b/wfe-core/src/executor/workflow_executor.rs @@ -106,7 +106,7 @@ impl WorkflowExecutor { let mut execution_errors = Vec::new(); // 3. Find runnable execution pointers. - info!( + debug!( workflow_id, definition_id = %workflow.workflow_definition_id, pointers = workflow.execution_pointers.len(),