Skip to content

Commit

Permalink
Log workflow name with engine starting for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkaseman committed Nov 18, 2024
1 parent d1703b7 commit f606d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/services/workflows/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ func (e *Engine) init(ctx context.Context) {
}
}

e.logger.Info("engine initialized")
e.logger.Infof("engine initialized for %s", e.workflow.name)
logCustMsg(ctx, e.cma, "workflow registered", e.logger)
e.afterInit(true)
}
Expand Down

0 comments on commit f606d0c

Please sign in to comment.