vlib: add nosyslog unix option 25/26825/7
authorRuslan Babayev <ruslan@babayev.com>
Sat, 15 Feb 2020 01:45:02 +0000 (17:45 -0800)
committerRuslan Babayev <ruslan@babayev.com>
Sat, 2 May 2020 23:06:16 +0000 (16:06 -0700)
commite31820af10cfdea8baf941ee7df676db92d5b1bb
tree8a805e4f0c865b262709e93fca372f7f3b7822f5
parent24b417c481bb2f33d80e8016f871df8ce62ab0bb
vlib: add nosyslog unix option

The "nosyslog" option disables syslog just like the "interactive" mode
but can be used together with "nodaemon".

This is useful for when VPP is running under a process supervisor like
runit or daemontools that pipe the stdout/stderr to a dedicated logger
service.

Type: feature

Change-Id: Ic4287338d6836fea9f3eabdcf960dc1f51875dd1
Signed-off-by: Ruslan Babayev <ruslan@babayev.com>
docs/gettingstarted/users/configuring/startup.rst
src/vlib/unix/main.c
src/vlib/unix/unix.h