[ovs-dev] [PATCH] INSTALL: Recommend starting daemons with --log-file.

Guru Shetty guru at ovn.org
Mon Nov 28 15:56:40 UTC 2016


On 25 November 2016 at 11:48, Ben Pfaff <blp at ovn.org> wrote:

> Occasionally someone comes by and can't find the log files.  Perhaps it's
> because we didn't recommend using --log-file.
>
> Signed-off-by: Ben Pfaff <blp at ovn.org>
>
Acked-by: Gurucharan Shetty <guru at ovn.org>

> ---
>  INSTALL.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/INSTALL.rst b/INSTALL.rst
> index f5e58a8..d934c1f 100644
> --- a/INSTALL.rst
> +++ b/INSTALL.rst
> @@ -417,7 +417,7 @@ to use the SSL configuration in the database::
>          --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
> +        --pidfile --detach --log-file
>
>  .. note::
>    If you built Open vSwitch without SSL support, then omit
> ``--private-key``,
> @@ -432,7 +432,7 @@ harmless::
>  Start the main Open vSwitch daemon, telling it to connect to the same Unix
>  domain socket::
>
> -    $ ovs-vswitchd --pidfile --detach
> +    $ ovs-vswitchd --pidfile --detach --log-file
>
>  Validating
>  ----------
> --
> 2.1.3
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>


More information about the dev mailing list