[dpdk-dev] [RFC 3/4] eal: add command line option to log output to stdout

2016-08-03 Thread Neil Horman
On Tue, Aug 02, 2016 at 09:37:48PM +0100, Declan Doherty wrote: > Adds new command line options which allows the user to stop > application echoing log output to stdout, logs are still > written to syslog. > > Signed-off-by: Declan Doherty > --- > lib/librte_eal/common/eal_common_log.c | 14

[dpdk-dev] [RFC 3/4] eal: add command line option to log output to stdout

2016-08-02 Thread Declan Doherty
Adds new command line options which allows the user to stop application echoing log output to stdout, logs are still written to syslog. Signed-off-by: Declan Doherty --- lib/librte_eal/common/eal_common_log.c | 14 ++ lib/librte_eal/common/eal_common_options.c | 8 lib/