This command on ovirt host gives me: # ovs-vsctl --verbose=db_ctl_base:syslog:off ovs-vsctl: missing command name (use --help for help)
On Mon, Jan 28, 2019 at 3:35 PM Dominik Holler <[email protected]> wrote: > On Mon, 28 Jan 2019 10:46:37 -0800 > Ben Pfaff <[email protected]> wrote: > > > On Mon, Jan 28, 2019 at 05:37:36PM +0100, Dominik Holler wrote: > > > Is there a way to disable the error message > > > > > > ovs|00001|db_ctl_base|ERR|no key "xxx" in Open_vSwitch record "." > > > column external_ids > > > > > > in syslog? > > > ovs-appctl vlog/set seems not to know about db_ctl_base. > > > > This message doesn't come from ovs-vswitchd, so "ovs-appctl vlog/set" > > won't help. Use the -v command line option to whatever utility you're > > running. > > Thanks, for me > ovs-vsctl --verbose=db_ctl_base:syslog:off > did the trick. >
_______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
