BPF is used by other services now and the default log level should match other libraries.
Signed-off-by: Stephen Hemminger <[email protected]> --- lib/bpf/bpf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bpf/bpf.c b/lib/bpf/bpf.c index 740c080591..695454a2d4 100644 --- a/lib/bpf/bpf.c +++ b/lib/bpf/bpf.c @@ -78,4 +78,4 @@ __rte_bpf_jit(struct rte_bpf *bpf) return rc; } -RTE_LOG_REGISTER_DEFAULT(rte_bpf_logtype, INFO); +RTE_LOG_REGISTER_DEFAULT(rte_bpf_logtype, NOTICE); -- 2.53.0

