[dpdk-dev] [PATCH v3 4/8] eal: change specific log levels at startup
Ferruh Yigit
ferruh.yigit at intel.com
Fri Apr 14 17:40:19 CEST 2017
On 4/4/2017 5:40 PM, Olivier Matz wrote:
> Example of use:
> ./app/test-pmd --log-level='pmd\.i40e.*,8'
>
> This enables debug logs for all dynamic logs whose type starts with
> 'pmd.i40e'.
>
> Signed-off-by: Olivier Matz <olivier.matz at 6wind.com>
<...>
> +
> + printf("set log level %s,%lu\n",
> + type, tmp);
A printf seems left here, this prints always independent from log level,
do we want this?
More information about the dev
mailing list