_logger.LogInformation("Calling via grpc client base address serviceName ={@ServiceName}, BaseAddress={@Host} ",context.Method.ServiceName,context.Host);
try
{
returncontinuation(request,context);
}
catch(RpcExceptione)
{
_logger.LogError("Error calling via grpc: {Status} - {Message}",e.Status,e.Message);
_logger.LogInformation("Calling via grpc client base address serviceName ={@ServiceName}, BaseAddress={@Host} ",context.Method.ServiceName,context.Host);
try
{
returncontinuation(request,context);
}
catch(RpcExceptione)
{
_logger.LogError("Error calling via grpc: {Status} - {Message}",e.Status,e.Message);