From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/1949 Path: news.gmane.org!not-for-mail From: Laurent Bercot Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: multiple log streams Date: Fri, 3 Apr 2009 10:19:36 +0200 Message-ID: <20090403081936.GA18419@skarnet.org> References: <20090402084742.GC28473@grummit.biaix.org> <20090402085726.GC32102@home.power> <20090402092404.GB30096@grummit.biaix.org> <20090402094758.GE32102@home.power> <20090402134745.GA33244@grummit.biaix.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1238746747 21999 80.91.229.12 (3 Apr 2009 08:19:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 Apr 2009 08:19:07 +0000 (UTC) To: supervision@list.skarnet.org Original-X-From: supervision-return-2184-gcsg-supervision=m.gmane.org@list.skarnet.org Fri Apr 03 10:20:25 2009 Return-path: Envelope-to: gcsg-supervision@gmane.org Original-Received: from antah.skarnet.org ([212.85.147.14]) by lo.gmane.org with smtp (Exim 4.50) id 1LpedS-0007Ut-S6 for gcsg-supervision@gmane.org; Fri, 03 Apr 2009 10:20:22 +0200 Original-Received: (qmail 19236 invoked by uid 76); 3 Apr 2009 08:19:37 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Archive: Original-Received: (qmail 19226 invoked by uid 1000); 3 Apr 2009 08:19:36 -0000 Mail-Followup-To: supervision@list.skarnet.org Content-Disposition: inline In-Reply-To: <20090402134745.GA33244@grummit.biaix.org> User-Agent: Mutt/1.4i Xref: news.gmane.org gmane.comp.sysutils.supervision.general:1949 Archived-At: > Rereading the docs, I noticed that svlogd supports multiple log > directories (I still use daemontools...), which does solve my issue. If > only I could specify an action instead of stderr printing with e/E I'd > be a happy puppy. multilog supports multiple log directories too. However, maybe multilog's pattern-matching abilities aren't powerful enough for your needs, in which case there's no out-of-the-box solution and you'll have to do more work (like writing a program able to decide in real-time where to send the logs). -- Laurent