From owner-freebsd-questions@FreeBSD.ORG Mon Jan 24 20:40:16 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE32D1065702 for ; Mon, 24 Jan 2011 20:40:16 +0000 (UTC) (envelope-from gull@gull.us) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 54E598FC20 for ; Mon, 24 Jan 2011 20:40:15 +0000 (UTC) Received: by ewy24 with SMTP id 24so2225607ewy.13 for ; Mon, 24 Jan 2011 12:40:14 -0800 (PST) MIME-Version: 1.0 Received: by 10.14.11.147 with SMTP id 19mr4910069eex.14.1295901496421; Mon, 24 Jan 2011 12:38:16 -0800 (PST) Received: by 10.14.47.66 with HTTP; Mon, 24 Jan 2011 12:38:16 -0800 (PST) X-Originating-IP: [128.95.17.150] In-Reply-To: References: <16949_1294438428_4D27901C_16949_495_1_D9B37353831173459FDAA836D3B43499A7AF9102@WADPMBXV0.waddell.com> Date: Mon, 24 Jan 2011 12:38:16 -0800 Message-ID: From: David Brodbeck To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: which syslog??? (rsyslog? syslog-ng? or default?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2011 20:40:16 -0000 On Sun, Jan 9, 2011 at 12:52 PM, krad wrote: > Ive used syslog-ng for central logging in the past. It support tcp, > encryption and logging to a db. To be honest though the most useful feature > was that you can expand log files paths to include the date and hostname. > This makes backing up of the files far more efficient as you dont have to > use newsyslog to rotate them, which is a good thing for backups especially > if you use rsync I'm a bit late on this one, I know, but I also use syslog-ng. My favorite feature is the ability to split log files for different hosts into different directories. Very handy for centralized logging.