[dpdk-dev] [PATCH v3 3/7] app/proc-info: hide EAL info messages

Thomas Monjalon thomas at monjalon.net
Fri Jul 17 16:04:54 CEST 2020


15/07/2020 23:22, Stephen Hemminger:
> The DPDK EAL info messages at the start of a diagnostic application
> are not helpful to end user. Suppress them by setting log-level
> by default.
[...]
> +	char log_flag[] = "--log-level=6";

Instead of disabling all logs, we could just raise the level of EAL logs:
	--log-level=lib.eal:notice





More information about the dev mailing list