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 95fa295 commit b692d31Copy full SHA for b692d31
rdb/rdb-sink/src/main/java/com/dtstack/flink/sql/sink/rdb/format/RetractJDBCOutputFormat.java
@@ -211,7 +211,7 @@ private void writeSingleRecord(Row row) {
211
} catch (SQLException e) {
212
outDirtyRecords.inc();
213
if (outDirtyRecords.getCount() % dirtyDataPrintFrequency == 0 || LOG.isDebugEnabled()) {
214
- LOG.error("record insert failed ..", row.toString());
+ LOG.error("record insert failed ..{}", row.toString());
215
LOG.error("", e);
216
}
217
0 commit comments