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

Ferruh Yigit ferruh.yigit at intel.com
Tue Apr 18 17:29:26 CEST 2017


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:
>   $ ./build/app/test
>   RTE>>dump_log_types
>   global log level is debug
>   ...
> 
> After:
>   $ ./build/app/test
>   RTE>>dump_log_types
>   global log level is info
>   ...
> 
> Fixes: 845afe51e428 ("eal: change specific log levels at startup")
> 
> Reported-by: Ferruh Yigit <ferruh.yigit at intel.com>
> Signed-off-by: Olivier Matz <olivier.matz at 6wind.com>

Series Acked-by: Ferruh Yigit <ferruh.yigit at intel.com>


More information about the dev mailing list