Skip to content

Commit e41cab2

Browse files
committed
Change connection dispose logging from warn
1 parent c4a4639 commit e41cab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/src/main/java/org/neo4j/driver/internal/net/pooling/BlockingPooledConnectionQueue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ private void disposeSafely( PooledConnection connection )
163163
}
164164
catch ( Throwable disposeError )
165165
{
166-
logger.error( "Error disposing connection", disposeError );
166+
logger.warn( "Error disposing connection during termination", disposeError );
167167
}
168168
}
169169

0 commit comments

Comments
 (0)