You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This message should be written at debug level, not warning level:
if (logger.isWarnEnabled()) {
logger.warn(
"{} closing due to inactivity (time elapsed since last request: {} > idleEndpointTimeout: {})",
endpoint, Duration.ofNanos(elapsedTime), Duration.ofNanos(idleEndpointTimeout));
}
The text was updated successfully, but these errors were encountered:
This message should be written at debug level, not warning level:
The text was updated successfully, but these errors were encountered: