On Mon, Nov 28, 2016 at 04:48:04PM +0100, Ashish Kurian wrote:
> I need to know how to specify the log file directory while starting the
> OVS. Should I give the path in the configure command like the following ?
> 
> ./configure --with-linux=/lib/modules/$(uname -r)/build --log-file
> /var/log/openvswitch/ovs-­‐vswitchd.log

No, there is no such option, and you could have figured that out
yourself with --help if you had bothered.

> sudo ovsdb-server --remote=punix:/usr/local/var/run/openvswitch/db.sock
> --remote=db:Open_vSwitch,Open_vSwitch,manager_options
> --private-key=db:Open_vSwitch,SSL,private_key
> --certificate=db:Open_vSwitch,SSL,certificate
> --bootstrap-ca-cert=db:Open_vSwitch,SSL,ca_cert --pidfile --detach
> --log-file /var/log/openvswitch/ovs-­‐vswitchd.log

Yes.
_______________________________________________
discuss mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to