From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A09DDA0559 for ; Tue, 17 Mar 2020 09:40:47 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6E2872BF9; Tue, 17 Mar 2020 09:40:47 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id BEE352BF9; Tue, 17 Mar 2020 09:40:45 +0100 (CET) IronPort-SDR: L2/TnqgRkLzoVdBU0o+/Lu2ZBPMJjv8OtDns/30OKMeJrPhm0yiu4VbUIam6gYkrRl9oVqQKWC 9nXouDnFDTzQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Mar 2020 01:40:44 -0700 IronPort-SDR: g0snwRHsS4wVLFiJ5roeHopvZAa3kBqbU2Z/6KTJzYbSbvUxDZz3ZFRo1E+NJHublYT2/7w1lQ liQu2xLmFXUA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,563,1574150400"; d="scan'208";a="355297246" Received: from dpdk_yexl_af_xdp.sh.intel.com ([10.67.119.201]) by fmsmga001.fm.intel.com with ESMTP; 17 Mar 2020 01:40:42 -0700 From: Xiaolong Ye To: John McNamara , Marko Kovacevic Cc: dev@dpdk.org, Xiaolong Ye , stable@dpdk.org Date: Tue, 17 Mar 2020 16:31:06 +0800 Message-Id: <20200317083106.17727-1-xiaolong.ye@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-stable] [PATCH] doc: fix incorrect example for specifying log level X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "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 Signed-off-by: Xiaolong Ye --- 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