diff --git a/sdk/cosmos/microsoft-azure-cosmos/src/main/java/com/azure/data/cosmos/internal/directconnectivity/rntbd/RntbdClientChannelPool.java b/sdk/cosmos/microsoft-azure-cosmos/src/main/java/com/azure/data/cosmos/internal/directconnectivity/rntbd/RntbdClientChannelPool.java index 54443ae53d8f..8e834d6b75bf 100644 --- a/sdk/cosmos/microsoft-azure-cosmos/src/main/java/com/azure/data/cosmos/internal/directconnectivity/rntbd/RntbdClientChannelPool.java +++ b/sdk/cosmos/microsoft-azure-cosmos/src/main/java/com/azure/data/cosmos/internal/directconnectivity/rntbd/RntbdClientChannelPool.java @@ -157,8 +157,8 @@ public void onTimeout(AcquireTask task) { if (elapsedTime > idleEndpointTimeout) { - if (logger.isWarnEnabled()) { - logger.warn( + if (logger.isDebugEnabled()) { + logger.debug( "{} closing due to inactivity (time elapsed since last request: {} > idleEndpointTimeout: {})", endpoint, Duration.ofNanos(elapsedTime), Duration.ofNanos(idleEndpointTimeout)); } diff --git a/sdk/cosmos/pom.xml b/sdk/cosmos/pom.xml index 532301e16c4d..b7c36e4af5f7 100644 --- a/sdk/cosmos/pom.xml +++ b/sdk/cosmos/pom.xml @@ -39,8 +39,8 @@ Licensed under the MIT License. 4.1.0 1.2.0 1.10.19 - 4.1.38.Final - 2.0.25.Final + 4.1.42.Final + 2.0.26.Final ${project.version} 27.0.1-jre 3.2.9.RELEASE