fix: demote per-round executor log to debug level

The "Executing workflow" message fires every execution round (many
times per workflow) and is noisy at INFO. Step start/completion
remains at INFO.
This commit is contained in:
2026-03-25 20:35:11 +00:00
parent 88fc6bf7ad
commit bd51517e9f

View File

@@ -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(),