Skip to content

Commit 014a826

Browse files
committed
GH-863: Set log level to debug
1 parent b3b006b commit 014a826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flight/flight-sql-jdbc-core/src/main/java/org/apache/arrow/driver/jdbc/client/ArrowFlightSqlClientHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ private boolean isBenignCloseException(FlightRuntimeException fre) {
338338
private void logSuppressedCloseException(
339339
FlightRuntimeException fre, String operationDescription) {
340340
// ARROW-17785 and GH-863: suppress exceptions caused by flaky gRPC layer during shutdown
341-
LOGGER.info("Suppressed error {}", operationDescription, fre);
341+
LOGGER.debug("Suppressed error {}", operationDescription, fre);
342342
}
343343

344344
/** A prepared statement handler. */

0 commit comments

Comments
 (0)