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

2016-05-17 Thread David Marchand
Hello Thomas, On Wed, May 4, 2016 at 3:34 PM, Thomas Monjalon wrote: > 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 CR

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

2016-05-04 Thread 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 t