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:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user