On Sat, 23 Dec 2023 00:53:51 +0000
Jun Yang <jun.y...@nxp.com> wrote:

> What is the log level of DPAA2_PMD_INFO? I expect to print information by 
> this as default.
> 
> 获取 Outlook for iOS<https://aka.ms/o0ukef>

The default log level of DPAA2 is NOTICE
RTE_LOG_REGISTER_DEFAULT(dpaa2_logtype_pmd, NOTICE);

But there is no reason for drivers to be so chatty.
Log messages are something developers seem to want a lot.
But at scale they just add up to more noise to wade through.

Reply via email to