Committed by
Brian O'Connor
Lower log level to debug for flow store backup location change message
Change-Id: Ib1d9322ead8febcb76950d5018fb526dc51fe5a8
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -632,7 +632,7 @@ public class NewDistributedFlowRuleStore | ... | @@ -632,7 +632,7 @@ public class NewDistributedFlowRuleStore |
632 | // TODO: Pick any available node as backup and ensure hand-off occurs when | 632 | // TODO: Pick any available node as backup and ensure hand-off occurs when |
633 | // a new master is elected. | 633 | // a new master is elected. |
634 | } | 634 | } |
635 | - log.info("Backup location for {} has changed from {} to {}.", | 635 | + log.debug("Backup location for {} has changed from {} to {}.", |
636 | deviceId, currentBackupNode, newBackupNode); | 636 | deviceId, currentBackupNode, newBackupNode); |
637 | backupSenderExecutor.schedule(() -> backupFlowEntries(newBackupNode, Sets.newHashSet(deviceId)), | 637 | backupSenderExecutor.schedule(() -> backupFlowEntries(newBackupNode, Sets.newHashSet(deviceId)), |
638 | 0, | 638 | 0, | ... | ... |
-
Please register or login to post a comment