Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 46002 invoked from network); 26 Apr 2005 15:07:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Apr 2005 15:07:14 -0000 Received: (qmail 89283 invoked by uid 500); 26 Apr 2005 15:07:51 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 89215 invoked by uid 500); 26 Apr 2005 15:07:51 -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 89198 invoked by uid 99); 26 Apr 2005 15:07:50 -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 lakermmtao07.cox.net (HELO lakermmtao07.cox.net) (68.230.240.32) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 26 Apr 2005 08:07:50 -0700 Received: from [192.168.0.100] (really [68.100.13.69]) by lakermmtao07.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050426150705.LTRM28809.lakermmtao07.cox.net@[192.168.0.100]> for ; Tue, 26 Apr 2005 11:07:05 -0400 Message-ID: <426E5918.8040702@reverycodes.com> Date: Tue, 26 Apr 2005 11:07:04 -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: r164581 - /cocoon/trunk/src/webapp/WEB-INF/logkit.xconf References: <20050425143323.57704.qmail@minotaur.apache.org> In-Reply-To: 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 Jorg Heymans wrote: > > lgawron@apache.org wrote: > >> Author: lgawron >> Date: Mon Apr 25 07:33:22 2005 >> New Revision: 164581 >> >> URL: http://svn.apache.org/viewcvs?rev=164581&view=rev >> Log: >> use rootThrowable instead of throwable in cocoon.log >> >> Modified: >> cocoon/trunk/src/webapp/WEB-INF/logkit.xconf >> >> Modified: cocoon/trunk/src/webapp/WEB-INF/logkit.xconf >> URL: >> http://svn.apache.org/viewcvs/cocoon/trunk/src/webapp/WEB-INF/logkit.xconf?rev=164581&r1=164580&r2=164581&view=diff >> >> ============================================================================== >> >> --- cocoon/trunk/src/webapp/WEB-INF/logkit.xconf (original) >> +++ cocoon/trunk/src/webapp/WEB-INF/logkit.xconf Mon Apr 25 07:33:22 2005 >> @@ -67,15 +67,16 @@ >> | Note that newlines are *not* automatic: you have to >> specify the >> | newline as '\n' or everything will appear on a single line! >> | >> - | The first format below is less verbose because it won't >> print out >> - | the error stacktrace (which tend to be very verbose and >> for little value). >> - | If you need the stacktraces, uncomment the second format >> below. >> + | The first format below is verbose: it includes error >> stacktraces. >> + | If you want something even more verbose use %{throwable} >> which will > > ^^^^^^^^^^^^^ > >> + | show a full chain of exceptions. Using the second format >> won't >> + | output stacktraces at all. >> | > > > Shouldn't the comment also say "rootThrowable" instead of "throwable" ? No. It correctly states that "throwable" is more verbose than default, "rootThrowable". Vadim