From owner-cvs-src@FreeBSD.ORG Thu Mar 30 22:06:46 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 592E916A425 for ; Thu, 30 Mar 2006 22:06:46 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43B7443D5C for ; Thu, 30 Mar 2006 22:06:44 +0000 (GMT) (envelope-from joao.barros@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so363631wxc for ; Thu, 30 Mar 2006 14:06:43 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mkavhRT5LgpEf/sKNJdvlQaMq24AsGbkkelX0zVOQc8HWQ1/5yN0bg7tp4ZbPY5aV2KYBVz16/2Ad7E07kt7ys37WlaF8RR5AOcEf5QLRZybIHMJED8Rald7Qt08e8hf3VY0AS5/XbK4WPE+4eOl5+yRkrmiPTxrTrrE464nPt8= Received: by 10.70.36.5 with SMTP id j5mr2813275wxj; Thu, 30 Mar 2006 14:06:43 -0800 (PST) Received: by 10.70.36.17 with HTTP; Thu, 30 Mar 2006 14:06:43 -0800 (PST) Message-ID: <70e8236f0603301406p263b244fy80a115cca685d37f@mail.gmail.com> Date: Thu, 30 Mar 2006 23:06:43 +0100 From: "Joao Barros" To: "John-Mark Gurney" In-Reply-To: <20060330214216.GC86967@funkthat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200603302104.k2UL4qF7086165@repoman.freebsd.org> <20060330214216.GC86967@funkthat.com> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, "Christian S.J. Peron" , cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/syslogd syslogd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2006 22:06:46 -0000 On 3/30/06, John-Mark Gurney wrote: > I'd be cool if there was a log entry that logged the fact that we couldn'= t > write entries for a time due to no space on the device, so that going bac= k > through the logs, you could understand why there was a big gap... > I like the idea , and for those of us that get paranoid with logs 2 lines like this would really be nice: - Logging stopped at 2006-03-29 8:00:01 due to lack of disk space. - Logging resumed at 2006-03-29 23:00:01 Of course the 2nd line has an automatic timestamp but it would be really nice to know when logging started to fail. note: the examples were just to show the idea not the format. -- Joao Barros