lowering log level at ClusterCommunicationManager
Change-Id: I28c51cf865d790c5558f4d9684c9b4d25262d2b2
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -114,7 +114,7 @@ public class ClusterCommunicationManager | ... | @@ -114,7 +114,7 @@ public class ClusterCommunicationManager |
114 | message.subject().value(), SERIALIZER.encode(message)); | 114 | message.subject().value(), SERIALIZER.encode(message)); |
115 | return true; | 115 | return true; |
116 | } catch (IOException e) { | 116 | } catch (IOException e) { |
117 | - log.error("Failed to send cluster message to nodeId: " + toNodeId, e); | 117 | + log.trace("Failed to send cluster message to nodeId: " + toNodeId, e); |
118 | throw e; | 118 | throw e; |
119 | } | 119 | } |
120 | } | 120 | } | ... | ... |
-
Please register or login to post a comment