echobravopapa commented on a change in pull request #6923:
URL: https://github.com/apache/geode/pull/6923#discussion_r723470822
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/MessageDispatcher.java
##########
@@ -422,7 +422,7 @@ protected void runDispatcher() {
wait_for_re_auth_start_time = -1;
} catch (NotAuthorizedException notAuthorized) {
// behave as if the message is dispatched, remove from the queue
- logger.info("skip delivering message: " + clientMessage,
notAuthorized);
+ logger.warn("skip delivering message: " + clientMessage,
notAuthorized);
Review comment:
what's the reason for changing log level?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]