[dpdk-dev] [PATCH v2] doc: fix incorrect example for specifying log level

Xiaolong Ye xiaolong.ye at intel.com
Wed Mar 18 01:58:08 CET 2020


Now we need to add prefix like lib. to enable the log, also changing val 8 to
"debug"" which would be more descriptive.

Fixes: ffb9fd1b0808 ("log: update legacy modules dynamic logs regex")
Cc: stable at dpdk.org

Reported-by: Haiyue Wang <haiyue.wang at intel.com>
Signed-off-by: Xiaolong Ye <xiaolong.ye at intel.com>
---
 doc/guides/linux_gsg/eal_args.include.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/linux_gsg/eal_args.include.rst b/doc/guides/linux_gsg/eal_args.include.rst
index ed8b0e35b..7b2f6b1d4 100644
--- a/doc/guides/linux_gsg/eal_args.include.rst
+++ b/doc/guides/linux_gsg/eal_args.include.rst
@@ -132,7 +132,7 @@ Debugging options
 
     Specify log level for a specific component. For example::
 
-        --log-level eal:8
+        --log-level lib.eal:debug
 
     Can be specified multiple times.
 
-- 
2.17.1



More information about the dev mailing list