diff --git a/api/core/app/apps/workflow_logging_callback.py b/api/core/app/apps/workflow_logging_callback.py index 42e7d41080..e573ac9136 100644 --- a/api/core/app/apps/workflow_logging_callback.py +++ b/api/core/app/apps/workflow_logging_callback.py @@ -94,6 +94,8 @@ class WorkflowLoggingCallback(WorkflowCallback): graph_runtime_state=graph_runtime_state, event=event ) + else: + self.print_text(f"\n[{event.__class__.__name__}]", color='blue') def on_workflow_node_execute_started( self,