From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/6] eal: fix default log level Date: Thu, 20 Apr 2017 01:31:57 +0200 Message-ID: <2283020.bQNkVTF6HB@xps> References: <20170418142225.6308-1-olivier.matz@6wind.com> <7319eb94-1541-de04-2f8b-e5542f90701c@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit , jianfeng.tan@intel.com To: Olivier Matz Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id F40F869D4 for ; Thu, 20 Apr 2017 01:31:58 +0200 (CEST) In-Reply-To: <7319eb94-1541-de04-2f8b-e5542f90701c@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 18/04/2017 17:29, Ferruh Yigit: > On 4/18/2017 3:22 PM, Olivier Matz wrote: > > The initialization of the default log level (from configuration) was > > removed by mistake in a previous commit. The global log level was > > wrongly set to debug when no --log-level argument was passed. Restore > > this initialization. > > > > Before: > > $ ./build/app/test > > RTE>>dump_log_types > > global log level is debug > > ... > > > > After: > > $ ./build/app/test > > RTE>>dump_log_types > > global log level is info > > ... > > > > Fixes: 845afe51e428 ("eal: change specific log levels at startup") > > > > Reported-by: Ferruh Yigit > > Signed-off-by: Olivier Matz > > Series Acked-by: Ferruh Yigit Series Applied, thanks