Petr Horáček has uploaded a new change for review. Change subject: hooks: ovs: don't log every stats change ......................................................................
hooks: ovs: don't log every stats change VDSM log is spammed with 'ovs_after_get_stats' and every hour the VDSM log is rotating. Change-Id: I3b3386118d0d43bec2e6eaa1799eb3c93a2e4c96 Bug-Url: https://bugzilla.redhat.com/1234867 Signed-off-by: Petr Horáček <[email protected]> --- M vdsm_hooks/ovs/ovs_after_get_stats.py 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/51/52851/1 diff --git a/vdsm_hooks/ovs/ovs_after_get_stats.py b/vdsm_hooks/ovs/ovs_after_get_stats.py index 9e8e1bf..3e97237 100755 --- a/vdsm_hooks/ovs/ovs_after_get_stats.py +++ b/vdsm_hooks/ovs/ovs_after_get_stats.py @@ -60,7 +60,6 @@ ovs_networks_stats[vlan_name] = stats[network] ovs_networks_stats[vlan_name]['name'] = vlan_name - log('Updating network stats with OVS networks: %s' % ovs_networks_stats) return ovs_networks_stats -- To view, visit https://gerrit.ovirt.org/52851 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3b3386118d0d43bec2e6eaa1799eb3c93a2e4c96 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.6 Gerrit-Owner: Petr Horáček <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
