Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 1a96cb0

Browse files
fix: add retrySetting in logging (#1604)
1 parent 8c94050 commit 1a96cb0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQueryRetryHelper.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,10 @@ private static <V> V run(
7575
if (LOG.isLoggable(Level.FINEST)) {
7676
LOG.log(
7777
Level.FINEST,
78-
"Retrying with:\n{0}",
78+
"Retrying with:\n{0}\n{1}",
7979
new Object[] {
8080
"BigQuery retried method: " + callable.getClass().getEnclosingMethod().getName(),
81+
"BigQuery retry settings: " + timedAlgorithm.createFirstAttempt().getGlobalSettings()
8182
});
8283
}
8384

0 commit comments

Comments
 (0)