Skip to content

Commit

Permalink
Added more log info
Browse files Browse the repository at this point in the history
  • Loading branch information
agautam478 committed Jul 2, 2024
1 parent d78b454 commit 6b2f816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/history/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 6b2f816

Please sign in to comment.