patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH] doc: fix incorrect example for specifying log level
@ 2020-03-17  8:31 Xiaolong Ye
  2020-03-17 17:18 ` [dpdk-stable] [dpdk-dev] " Stephen Hemminger
  2020-03-18  0:58 ` [dpdk-stable] [PATCH v2] " Xiaolong Ye
  0 siblings, 2 replies; 5+ messages in thread
From: Xiaolong Ye @ 2020-03-17  8:31 UTC (permalink / raw)
  To: John McNamara, Marko Kovacevic; +Cc: dev, Xiaolong Ye, stable

Now we need to add prefix like lib. to enable the log.

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

Reported-by: Haiyue Wang <haiyue.wang@intel.com>
Signed-off-by: Xiaolong Ye <xiaolong.ye@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..b48b23927 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:8
 
     Can be specified multiple times.
 
-- 
2.17.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-04-26 20:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-17  8:31 [dpdk-stable] [PATCH] doc: fix incorrect example for specifying log level Xiaolong Ye
2020-03-17 17:18 ` [dpdk-stable] [dpdk-dev] " Stephen Hemminger
2020-03-18  0:57   ` Ye Xiaolong
2020-03-18  0:58 ` [dpdk-stable] [PATCH v2] " Xiaolong Ye
2020-04-26 20:25   ` [dpdk-stable] [dpdk-dev] " Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).