[node-patches] Change in ovirt-node[master]: config: Raise logging level for IfcfgBackend
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Thu Jun 27 14:56:56 UTC 2013
Fabian Deutsch has uploaded a new change for review.
Change subject: config: Raise logging level for IfcfgBackend
......................................................................
config: Raise logging level for IfcfgBackend
To prevent flooding the default logfile (in non-debug mode).
Change-Id: I3f6fd7863a6a9fdfb8fc80ec8ee2cb3bc3069349
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M src/ovirt/node/config/network.py
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/00/16200/1
diff --git a/src/ovirt/node/config/network.py b/src/ovirt/node/config/network.py
index cf22a3b..319e37c 100644
--- a/src/ovirt/node/config/network.py
+++ b/src/ovirt/node/config/network.py
@@ -127,7 +127,8 @@
"""Read values from a ifcfg file and update self.cfg
"""
if not self.exists():
- self.logger.info("Config not found: %s" % self.filename)
+ self.logger.debug("Config does not exist: %s" %
+ self.filename)
return
data = self.get_dict()
--
To view, visit http://gerrit.ovirt.org/16200
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3f6fd7863a6a9fdfb8fc80ec8ee2cb3bc3069349
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list