From 3e526029c3562d585cb5ee8810b679acbb83c4fc Mon Sep 17 00:00:00 2001 From: Salvatore Orlando Date: Tue, 13 Aug 2013 09:24:05 -0700 Subject: [PATCH] Nicira plugin: Reduce message severity to DEBUG from INFO Bug 1211860 This applies to the message logged for missing or empty cluster attributes. Change-Id: I30dfac773f5ac268ffb6658984108f1698caabfd --- neutron/plugins/nicira/nvp_cluster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/plugins/nicira/nvp_cluster.py b/neutron/plugins/nicira/nvp_cluster.py index a862f2ae6..9166c8831 100644 --- a/neutron/plugins/nicira/nvp_cluster.py +++ b/neutron/plugins/nicira/nvp_cluster.py @@ -101,7 +101,7 @@ class NVPCluster(object): if handler_func: handler_func() else: - LOG.info(_("Attribute:%s is empty or null"), attribute) + LOG.debug(_("Attribute:%s is empty or null"), attribute) def _process_nvp_controllers(self): # If this raises something is not right, so let it bubble up -- 2.45.2