We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe5f4e1 commit 3da2ae2Copy full SHA for 3da2ae2
kcbq-connector/src/main/java/com/wepay/kafka/connect/bigquery/write/batch/TableWriter.java
@@ -81,7 +81,7 @@ public void run() {
81
currentIndex += currentBatchSize;
82
successCount++;
83
} catch (BigQueryException err) {
84
- logger.debug("Could not write batch of size {} to BigQuery.", currentBatch.size(), err);
+ logger.warn("Could not write batch of size {} to BigQuery.", currentBatch.size(), err);
85
if (isBatchSizeError(err)) {
86
failureCount++;
87
currentBatchSize = getNewBatchSize(currentBatchSize);
0 commit comments