X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=docs%2Fgettingstarted%2Fusers%2Fconfiguring%2Fstartup.rst;h=69d6ee5e3ea51269bf50027cd3bfb0be0c141d7b;hb=e31820af10cfdea8baf941ee7df676db92d5b1bb;hp=f80d55c03df6d0105ba3ed44e91f06a898f80c00;hpb=24b417c481bb2f33d80e8016f871df8ce62ab0bb;p=vpp.git diff --git a/docs/gettingstarted/users/configuring/startup.rst b/docs/gettingstarted/users/configuring/startup.rst index f80d55c03df..69d6ee5e3ea 100644 --- a/docs/gettingstarted/users/configuring/startup.rst +++ b/docs/gettingstarted/users/configuring/startup.rst @@ -123,6 +123,18 @@ applications from a process monitor. Set by default in the default nodaemon +nosyslog +^^^^^^^^ + +Disable syslog and log errors to stderr instead. Typical when invoking +VPP applications from a process monitor like runit or daemontools that +pipe service's output to a dedicated log service, which will typically +attach a timestamp and rotate the logs as necessary. + +.. code-block:: console + + nosyslog + interactive ^^^^^^^^^^^