Re: [PATCH v21 12/14] log: add optional support of syslog

2024-06-03 Thread Stephen Hemminger
On Mon, 3 Jun 2024 17:45:00 -0700 Stephen Hemminger wrote: > Log to syslog only if option is specified. And if syslog is used > then normally only log to syslog, don't duplicate output. > Also enables syslog support on FreeBSD. > > Signed-off-by: Stephen Hemminger > --- Ignore checkpatch comp

[PATCH v21 12/14] log: add optional support of syslog

2024-06-03 Thread Stephen Hemminger
Log to syslog only if option is specified. And if syslog is used then normally only log to syslog, don't duplicate output. Also enables syslog support on FreeBSD. Signed-off-by: Stephen Hemminger --- app/test/test_eal_flags.c | 5 +- doc/guides/linux_gsg/linux_eal_parameters