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 <[email protected]>
---
 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
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to