diff --git a/client/history/client.go b/client/history/client.go index 2314a64a0e5..c1da9413c5e 100644 --- a/client/history/client.go +++ b/client/history/client.go @@ -158,7 +158,7 @@ func (c *clientImpl) DescribeHistoryHost( peer, err = c.peerResolver.FromHostAddress(request.GetHostAddress()) } if err != nil { - c.logger.Error("peer could not be resolved for host.", tag.Error(err), tag.Address(request.GetHostAddress())) + c.logger.Error("peer could not be resolved for host.", tag.Error(err), tag.ShardID(int(request.GetShardIDForHost())), tag.WorkflowID(request.ExecutionForHost.GetWorkflowID()), tag.Address(request.GetHostAddress())) return nil, err }