Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamza15 committed Jan 27, 2025
1 parent 8e1b6dd commit 4063bf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/vt/vttablet/tabletserver/tabletserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -1560,6 +1560,7 @@ func (tsv *TabletServer) execRequest(
}()

err = exec(ctx, logStats)
log.Errorf("============================ EXEC ERROR: %s", err.Error())
if err != nil {
return tsv.convertAndLogError(ctx, sql, bindVariables, err, logStats)
}
Expand Down

0 comments on commit 4063bf9

Please sign in to comment.