Skip to content

Commit

Permalink
Suppress noisy timer related log (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxing1292 committed Oct 15, 2020
1 parent ad76fef commit 548af47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/history/shardContext.go
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ func (s *shardContextImpl) allocateTimerIDsLocked(
if ts.Before(readCursorTS) {
// This can happen if shard move and new host have a time SKU, or there is db write delay.
// We generate a new timer ID using timerMaxReadLevel.
s.logger.Warn("New timer generated is less than read level",
s.logger.Debug("New timer generated is less than read level",
tag.WorkflowNamespaceID(namespaceEntry.GetInfo().Id),
tag.WorkflowID(workflowID),
tag.Timestamp(ts),
Expand Down

0 comments on commit 548af47

Please sign in to comment.