Skip to content

Commit 1fb54b9

Browse files
authored
chore(spanner): add extra logging in executor (#3205)
1 parent 4e0f81d commit 1fb54b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google-cloud-spanner-executor/src/main/java/com/google/cloud/executor/spanner/CloudClientExecutor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2665,6 +2665,7 @@ private Status processResults(
26652665
executionContext.finishRead(Status.OK);
26662666
return sender.finishWithOK();
26672667
} catch (SpannerException e) {
2668+
LOGGER.log(Level.WARNING, "Encountered exception: ", e);
26682669
Status status = toStatus(e);
26692670
LOGGER.log(
26702671
Level.WARNING,

0 commit comments

Comments
 (0)