Skip to content

Commit

Permalink
Improve log output some more.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurschreiber committed Jul 10, 2024
1 parent f522700 commit d1dbff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vttablet/grpctabletconn/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func (conn *gRPCQueryClient) Execute(ctx context.Context, target *querypb.Target
conn.mu.RLock()
defer conn.mu.RUnlock()
if conn.cc == nil {
throttledLogger.Errorf("vttablet: Connection Closed (alias: %v, type: )", conn.tablet.Alias, conn.tablet.Type)
throttledLogger.Errorf("Execute: vttablet: Connection Closed (tablet: {%v}, target: {%v}, query: {%v})", conn.tablet, target, query)
return nil, tabletconn.ConnClosed
}

Expand Down

0 comments on commit d1dbff5

Please sign in to comment.