nabarunnag commented on a change in pull request #7375: URL: https://github.com/apache/geode/pull/7375#discussion_r808515918
########## File path: geode-core/src/main/java/org/apache/geode/cache/client/internal/QueueStateImpl.java ########## @@ -310,7 +310,7 @@ void sendPeriodicAck() { success = true; } catch (Exception ex) { if (logger.isDebugEnabled()) { - logger.debug("Exception while sending an ack to the primary server: {}", ex); + logger.debug("Exception while sending an ack to the primary server:", ex); Review comment: It's debug enabled, hence the entire stack is always better than just the message -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@geode.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org