Skip to content

Commit dc2ad89

Browse files
reducing log noise (cadence-workflow#6906)
We don't need this log to fire constantly. I still need to investigate / fully understand the lifecycle here, but it's too noisy and I'll be getting back to the underlying reason for this (hopefully soon)
1 parent c1938a7 commit dc2ad89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/history/task/timer_task_executor_base.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func (t *timerTaskExecutorBase) executeDeleteHistoryEventTask(
101101
return err
102102
}
103103
if mutableState == nil {
104-
t.logger.Warn("could not load mutable state while attempting to clean up workflow",
104+
t.logger.Debug("could not load mutable state while attempting to clean up workflow",
105105
tag.WorkflowID(task.WorkflowID),
106106
tag.WorkflowRunID(task.RunID),
107107
tag.WorkflowDomainID(task.DomainID),

0 commit comments

Comments
 (0)