From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 1/6] eal: fix default log level Date: Tue, 18 Apr 2017 16:29:26 +0100 Message-ID: <7319eb94-1541-de04-2f8b-e5542f90701c@intel.com> References: <20170418142225.6308-1-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: jianfeng.tan@intel.com, thomas@monjalon.net To: Olivier Matz , dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id C0BAF2C6E for ; Tue, 18 Apr 2017 17:29:29 +0200 (CEST) In-Reply-To: <20170418142225.6308-1-olivier.matz@6wind.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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