Skip to content

Commit

Permalink
chore(spanner): add extra logging in executor (#3205)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshachinta authored Jul 9, 2024
1 parent 4e0f81d commit 1fb54b9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2665,6 +2665,7 @@ private Status processResults(
executionContext.finishRead(Status.OK);
return sender.finishWithOK();
} catch (SpannerException e) {
LOGGER.log(Level.WARNING, "Encountered exception: ", e);
Status status = toStatus(e);
LOGGER.log(
Level.WARNING,
Expand Down

0 comments on commit 1fb54b9

Please sign in to comment.