From owner-freebsd-current@FreeBSD.ORG Fri Feb 25 00:13:07 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A8CD16A4CE for ; Fri, 25 Feb 2005 00:13:07 +0000 (GMT) Received: from zinc.pathwaynet.com (zinc.pathwaynet.com [216.46.200.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id D982843D3F for ; Fri, 25 Feb 2005 00:13:06 +0000 (GMT) (envelope-from sturdee@pathwaynet.com) Received: from sun.mikesweb.com ([216.46.200.114]) by zinc.pathwaynet.com with esmtp (Exim 4.43) id 1D4T6Q-000DSY-Bp for current@FreeBSD.org; Thu, 24 Feb 2005 19:13:06 -0500 Date: Thu, 24 Feb 2005 19:13:06 -0500 (EST) From: Mike Sturdee X-X-Sender: sturdee@sun.mikesweb.com To: current@FreeBSD.org Message-ID: <20050224190926.Y41330@sun.mikesweb.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: syslog msg size X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2005 00:13:07 -0000 In trying to receive syslog(3) messages longer than 1024 bytes with syslog-ng, I'm noticing FreeBSD's library function syslog(3) is the only syslog implementation besides Solaris limited to 1024.. Has removing this limitation ever been considered? -Mike