Skip to content

Commit

Permalink
Update JdbcOutputFormat.java
Browse files Browse the repository at this point in the history
  • Loading branch information
hailin0 authored May 23, 2023
1 parent c9cbecc commit a85905e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public void updateExecutor(boolean reconnect) throws SQLException, ClassNotFound
if (!reconnect) {
throw e;
}
LOG.info("Close JDBC statement failed on reconnect.", e);
LOG.error("Close JDBC statement failed on reconnect.", e);
}
jdbcStatementExecutor.prepareStatements(
reconnect
Expand Down

0 comments on commit a85905e

Please sign in to comment.