[dpdk-dev] [PATCH v2] app/test: fix log check when default level is high

Thomas Monjalon thomas.monjalon at 6wind.com
Tue May 24 17:15:35 CEST 2016


2016-05-17 09:05, Thomas Monjalon:
> The log unit test was checking display of low priority messages.
> It was not working if RTE_LOG_LEVEL is not RTE_LOG_DEBUG.
> It is even easier to see since the default level is INFO (9b9d7ca).
> 
> Now the test use ERR and CRIT levels which should be always enabled
> while not trigerring syslog output on the console.
> 
> Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com>
> ---
> v2:
> - fix comments for the log levels
> - add comments to explain the test

Applied


More information about the dev mailing list