eolivelli commented on a change in pull request #382:
URL: https://github.com/apache/curator/pull/382#discussion_r598658733
##########
File path:
curator-framework/src/main/java/org/apache/curator/framework/imps/EnsembleTracker.java
##########
@@ -211,7 +211,7 @@ private void processConfigData(byte[] data) throws Exception
}
else
{
- log.error("Invalid config event received: {}", properties);
+ log.debug("Invalid config event received: {}", properties);
Review comment:
the problem is the noise of the error level ?
if the problem is the log level, then we can use "info"
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]