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

2016-05-24 Thread Thomas Monjalon
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 en

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

2016-05-17 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