akhaku commented on a change in pull request #382:
URL: https://github.com/apache/curator/pull/382#discussion_r598921590
##########
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:
It is indeed the noise. I picked `debug` over `info` because the log
message at 219 below is for a similar case (missing config) and is at `debug`,
but happy to change it to `info` instead, thoughts?
--
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]