Vinzenz Feenstra has uploaded a new change for review.

Change subject: Remove spammy 'Trying to connect fileno' log message
......................................................................

Remove spammy 'Trying to connect fileno' log message

This message is repeated almost every second for every VM where
no connection to the VM can be established. This can be a lot of
log messages which have actually no value and are creating a huge
load of noise.

This patch removes the logging of this message.

Change-Id: Ic8a1a1d958679f700d1dd257592ec3072a3355b4
Signed-off-by: Vinzenz Feenstra <[email protected]>
---
M vdsm/virt/vmchannels.py
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/33/31533/1

diff --git a/vdsm/virt/vmchannels.py b/vdsm/virt/vmchannels.py
index f9a1c14..eab1c6e 100644
--- a/vdsm/virt/vmchannels.py
+++ b/vdsm/virt/vmchannels.py
@@ -134,7 +134,6 @@
         """
         now = time.time()
         for (fileno, obj) in self._unconnected.items():
-            self.log.debug("Trying to connect fileno %d.", fileno)
             if obj.get('cooldown'):
                 if (now - obj['cooldown_time']) >= self._timeout:
                     obj['cooldown'] = False


-- 
To view, visit http://gerrit.ovirt.org/31533
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic8a1a1d958679f700d1dd257592ec3072a3355b4
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Vinzenz Feenstra <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to