vlog: Add a new log level "off".
[openvswitch] / xenserver / usr_share_openvswitch_scripts_ovs-xapi-sync
index 029662173da59abaf36ef398c9adbdc63ab58621..02635568cbad8448d55d7ad62eecae6c2f64505e 100755 (executable)
@@ -118,7 +118,7 @@ def get_iface_id(if_name, xs_vif_uuid):
         return xs_vif_uuid
 
 def call_vsctl(args):
-    cmd = [vsctl, "--timeout=30", "-vANY:console:emer"] + args
+    cmd = [vsctl, "--timeout=30", "-vANY:console:off"] + args
     exitcode = subprocess.call(cmd)
     if exitcode != 0:
         s_log.warning("Couldn't call ovs-vsctl")