Skip to content

Commit

Permalink
add some logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ketsiambaku committed May 31, 2023
1 parent 57f6fb1 commit be78048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/history/execution/context_util.go
Expand Up @@ -191,7 +191,7 @@ func emitWorkflowCompletionStats(
)
case types.EventTypeWorkflowExecutionContinuedAsNew:
scope.IncCounter(metrics.WorkflowContinuedAsNew)
logger.Info("workflow continued as new with event attributes",
logger.Info("workflow continued as new",
tag.WorkflowID(workflowID),
tag.WorkflowRunID(runID),
tag.WorkflowDomainName(domainName),
Expand All @@ -210,7 +210,7 @@ func emitWorkflowCompletionStats(
tag.TimerTaskStatus(*event.WorkflowExecutionContinuedAsNewEventAttributes.BackoffStartIntervalInSeconds),
)
} else {
logger.Info("workflow continued as new with event attributes",
logger.Info("workflow continued as new with NO event attributes",
tag.WorkflowID(workflowID),
tag.WorkflowRunID(runID),
tag.WorkflowDomainName(domainName),
Expand Down

0 comments on commit be78048

Please sign in to comment.