There was an error while loading. Please reload this page.
1 parent 7f7f488 commit 1adf867Copy full SHA for 1adf867
google-cloud-logging/src/main/java/com/google/cloud/logging/LoggingImpl.java
@@ -882,7 +882,7 @@ public void flush() {
882
try {
883
ApiFutures.allAsList(writesToFlush).get(FLUSH_WAIT_TIMEOUT_SECONDS, TimeUnit.SECONDS);
884
} catch (InterruptedException | ExecutionException | TimeoutException e) {
885
- throw new RuntimeException(e);
+ System.err.println("ERROR: flush failure: " + e);
886
}
887
888
0 commit comments