From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.228.170]) by dpdk.org (Postfix) with ESMTP id 39D4BC43E for ; Fri, 13 Nov 2015 20:18:05 +0100 (CET) Received: by mail.mhcomputing.net (Postfix, from userid 1000) id BA5A31A8; Fri, 13 Nov 2015 14:18:04 -0500 (EST) Date: Fri, 13 Nov 2015 14:18:04 -0500 From: Matthew Hall To: Stephen Hemminger Message-ID: <20151113191804.GH25051@mhcomputing.net> References: <1447393802-25736-1-git-send-email-mhall@mhcomputing.net> <5645E16D.50601@redhat.com> <20151113084143.509908b0@xeon-e3> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151113084143.509908b0@xeon-e3> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] rte_log.h: display level in logs from RTE_LOG X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 19:18:05 -0000 On Fri, Nov 13, 2015 at 08:41:43AM -0800, Stephen Hemminger wrote: > -1 > This is already done by syslog and friends and adds more cruft to log messages. On the console it is not. Matthew.