Re: [dpdk-dev] [PATCH 1/6] eal: fix default log level

2017-04-19 Thread Thomas Monjalon
18/04/2017 17:29, Ferruh Yigit: > On 4/18/2017 3:22 PM, Olivier Matz wrote: > > The initialization of the default log level (from configuration) was > > removed by mistake in a previous commit. The global log level was > > wrongly set to debug when no --log-level argument was passed. Restore > > th

Re: [dpdk-dev] [PATCH 1/6] eal: fix default log level

2017-04-18 Thread Ferruh Yigit
On 4/18/2017 3:22 PM, Olivier Matz wrote: > The initialization of the default log level (from configuration) was > removed by mistake in a previous commit. The global log level was > wrongly set to debug when no --log-level argument was passed. Restore > this initialization. > > Before: > $ ./bu

[dpdk-dev] [PATCH 1/6] eal: fix default log level

2017-04-18 Thread Olivier Matz
The initialization of the default log level (from configuration) was removed by mistake in a previous commit. The global log level was wrongly set to debug when no --log-level argument was passed. Restore this initialization. Before: $ ./build/app/test RTE>>dump_log_types global log level is