From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Apr 2017 08:29:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,219,1488873600"; d="scan'208";a="91277958" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.59]) ([10.237.220.59]) by fmsmga006.fm.intel.com with ESMTP; 18 Apr 2017 08:29:27 -0700 To: Olivier Matz , dev@dpdk.org Cc: jianfeng.tan@intel.com, thomas@monjalon.net References: <20170418142225.6308-1-olivier.matz@6wind.com> From: Ferruh Yigit Message-ID: <7319eb94-1541-de04-2f8b-e5542f90701c@intel.com> Date: Tue, 18 Apr 2017 16:29:26 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0.1 MIME-Version: 1.0 In-Reply-To: <20170418142225.6308-1-olivier.matz@6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/6] eal: fix default log level X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2017 15:29:30 -0000 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