Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 99815 invoked from network); 14 Apr 2005 12:33:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Apr 2005 12:33:31 -0000 Received: (qmail 5205 invoked by uid 500); 14 Apr 2005 12:33:21 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 5129 invoked by uid 500); 14 Apr 2005 12:33:21 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 5114 invoked by uid 99); 14 Apr 2005 12:33:21 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from lakermmtao04.cox.net (HELO lakermmtao04.cox.net) (68.230.240.35) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 14 Apr 2005 05:33:20 -0700 Received: from [192.168.0.100] (really [68.100.13.69]) by lakermmtao04.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050414123317.XOHT11124.lakermmtao04.cox.net@[192.168.0.100]> for ; Thu, 14 Apr 2005 08:33:17 -0400 Message-ID: <425E630D.2050008@reverycodes.com> Date: Thu, 14 Apr 2005 08:33:17 -0400 From: Vadim Gritsenko User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: svn commit: r159493 - cocoon/trunk/src/webapp/WEB-INF/logkit.xconf References: <20050330173922.81775.qmail@minotaur.apache.org> <425E3F5F.2090901@apache.org> In-Reply-To: <425E3F5F.2090901@apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Leszek Gawron wrote: > vgritsenko@apache.org wrote: > >> - true >> + false > > > wouldn't it be better to append data by default? No. For production config, you want append=true, and rotation (type=unique). For development config, you want append=false, and no rotation. Previously it was neither. Now it's development. > or at least make it > configurable during build just like log level? I've got no problem with that, +1. Vadim