From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent JARDIN Subject: Re: [PATCH 7/7] eal: add ability to override DPDK syslog parameters Date: Wed, 05 Jun 2013 16:36:47 +0200 Message-ID: <51AF4CFF.80906@6wind.com> References: <20130530171234.301927271@vyatta.com> <20130530171627.135792331@vyatta.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <20130530171627.135792331-ZtmgI6mnKB3QT0dZR+AlfA@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On 30/05/2013 19:12, Stephen Hemminger wrote: > By default, DPDK based applications would only allow logging > to syslog as "rte", DAEMON; but for any production application more > control is desired to allow using actual application name and > overriding the facility. > > Signed-off-by: Stephen Hemminger Reviewed-by: Vincent Jardin