[PATCH 1/2] bpf: default log level should be NOTICE
Stephen Hemminger
stephen at networkplumber.org
Thu Jul 2 00:34:51 CEST 2026
BPF is used by other services now and the default log
level should match other libraries.
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
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
More information about the dev
mailing list