From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from proxy.6wind.com (host.76.145.23.62.rev.coltfrance.com [62.23.145.76]) by dpdk.org (Postfix) with ESMTP id BF2EE293B for ; Thu, 7 Dec 2017 14:16:08 +0100 (CET) Received: from core.dev.6wind.com (unknown [10.0.0.1]) by proxy.6wind.com (Postfix) with ESMTPS id 24C3A10F9E4; Thu, 7 Dec 2017 14:08:04 +0100 (CET) Received: from [10.16.0.195] (helo=6wind.com) by core.dev.6wind.com with smtp (Exim 4.84_2) (envelope-from ) id 1eMw1t-0003NR-Hm; Thu, 07 Dec 2017 14:15:58 +0100 Received: by 6wind.com (sSMTP sendmail emulation); Thu, 07 Dec 2017 14:15:57 +0100 Date: Thu, 7 Dec 2017 14:15:57 +0100 From: Olivier MATZ To: Pavan Nikhilesh Cc: ferruh.yigit@intel.com, thomas@monjalon.net, dev@dpdk.org Message-ID: <20171207131556.rqgbogn25cex3jca@glumotte.dev.6wind.com> References: <20171122092806.17194-1-pbhagavatula@caviumnetworks.com> <20171122092806.17194-2-pbhagavatula@caviumnetworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171122092806.17194-2-pbhagavatula@caviumnetworks.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH 2/3] eal: update default log levels 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: Thu, 07 Dec 2017 13:16:08 -0000 On Wed, Nov 22, 2017 at 02:58:05PM +0530, Pavan Nikhilesh wrote: > Use global default loglevel to DEBUG(8) and dynamic default loglevel > to INFO(7). > > Signed-off-by: Pavan Nikhilesh Reviewed-by: Olivier Matz