Re: [ovs-dev] [PATCH] ovs-ctl: add log level option to utilities/ovs-ctl.in

2021-09-23 Thread David Marchand
On Thu, Sep 23, 2021 at 5:08 PM Rémi Jouannet wrote: > > hello again, Please, do no top post. > > indeed it works, i've tested the following (openvswitch 2.13.4 / el7) > > /etc/sysconfig/openvswitch > OPTIONS="--ovs-vswitchd-options='-vconsole:off -vfile:off -vsyslog:info' >

Re: [ovs-dev] [PATCH] ovs-ctl: add log level option to utilities/ovs-ctl.in

2021-09-23 Thread Rémi Jouannet
hello again, indeed it works, i've tested the following (openvswitch 2.13.4 / el7) /etc/sysconfig/openvswitch OPTIONS="--ovs-vswitchd-options='-vconsole:off -vfile:off -vsyslog:info' --ovsdb-server-options='-vconsole:off -vfile:off -vsyslog:info'" the final cmdline look like this   

Re: [ovs-dev] [PATCH] ovs-ctl: add log level option to utilities/ovs-ctl.in

2021-09-23 Thread Rémi Jouannet
Hello sorry i've missed that option i'm gonna test it and i will send a different patch to enhance usage() Le 23/09/2021 à 14:26, David Marchand a écrit : Hello Rémi, On Tue, Sep 21, 2021 at 3:03 PM wrote: From: Remi Jouannet Add three new options to configure log level at runtime with

Re: [ovs-dev] [PATCH] ovs-ctl: add log level option to utilities/ovs-ctl.in

2021-09-23 Thread David Marchand
Hello Rémi, On Tue, Sep 21, 2021 at 3:03 PM wrote: > > From: Remi Jouannet > > Add three new options to configure log level at runtime with ovs-ctl > --vconsole, --vsyslog-level and --vfile-level I think the same can be achieved using --ovs-vswitchd-options and consorts. This can be set in

[ovs-dev] [PATCH] ovs-ctl: add log level option to utilities/ovs-ctl.in

2021-09-21 Thread remijouannet
From: Remi Jouannet Add three new options to configure log level at runtime with ovs-ctl --vconsole, --vsyslog-level and --vfile-level Signed-off-by: Remi Jouannet --- utilities/ovs-ctl.in | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git

[ovs-dev] [PATCH] ovs-ctl: add log level option to utilities/ovs-ctl.in

2021-09-21 Thread remijouannet
From: Remi Jouannet Add three new options to configure log level at runtime with ovs-ctl --vconsole, --vsyslog-level and --vfile-level Signed-off-by: Remi Jouannet --- utilities/ovs-ctl.in | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git