Re: cvs commit: xml-cocoon2/src/java/org/apache/cocoon Cocoon.java

2002-09-12 Thread Sylvain Wallez
Carsten Ziegeler wrote: >Sylvain Wallez wrote > > >>Ahem... according to the second item, don't remove message logs before >>throwing an exception, but change them to warn. >> >> >> >Hey, don't worry - this was just a joke :) > > Phew... you make me nervous, Carsten ;-) Sylvain --

RE: cvs commit: xml-cocoon2/src/java/org/apache/cocoon Cocoon.java

2002-09-12 Thread Carsten Ziegeler
Sylvain Wallez wrote > > Ahem... according to the second item, don't remove message logs before > throwing an exception, but change them to warn. > Hey, don't worry - this was just a joke :) Bye Carsten - To unsubscribe, e-m

Re: cvs commit: xml-cocoon2/src/java/org/apache/cocoon Cocoon.java

2002-09-12 Thread Sylvain Wallez
Carsten Ziegeler wrote: >Sylvain Wallez wrote: > > > >>Actually, this is something I was considering by looking at the priority >>filter in logkit.xconf that directs all errors regardless their category >>to the error log file. I also considered redirecting only "core" errors >>to that file.

RE: cvs commit: xml-cocoon2/src/java/org/apache/cocoon Cocoon.java

2002-09-12 Thread Carsten Ziegeler
Sylvain Wallez wrote: > > Actually, this is something I was considering by looking at the priority > filter in logkit.xconf that directs all errors regardless their category > to the error log file. I also considered redirecting only "core" errors > to that file. > > Referring to the defini

Re: cvs commit: xml-cocoon2/src/java/org/apache/cocoon Cocoon.java

2002-09-12 Thread Sylvain Wallez
Carsten Ziegeler wrote: >Ok, very interesting approach - ok, I agree that this is a way or working >which requires to choose different loggers for different components (or >types) >etc. >We simply look in the error log and don't care about other logs or >categories. And in this error log the mess

RE: cvs commit: xml-cocoon2/src/java/org/apache/cocoon Cocoon.java

2002-09-12 Thread Carsten Ziegeler
Ok, very interesting approach - ok, I agree that this is a way or working which requires to choose different loggers for different components (or types) etc. We simply look in the error log and don't care about other logs or categories. And in this error log the message and the exception is logged

Re: cvs commit: xml-cocoon2/src/java/org/apache/cocoon Cocoon.java

2002-09-12 Thread Sylvain Wallez
Carsten Ziegeler wrote: >Sylvain Wallez wrote: > > >>>In the above case, it is starting to throw something, so it's ok, and >>>even good, that something is logged. >>>It's not the exception being logged, but the event that will cause the >>>exception to be thrown. >>> >>> >>That's exac

RE: cvs commit: xml-cocoon2/src/java/org/apache/cocoon Cocoon.java

2002-09-11 Thread Carsten Ziegeler
Sylvain Wallez wrote: > > > > In the above case, it is starting to throw something, so it's ok, and > > even good, that something is logged. > > It's not the exception being logged, but the event that will cause the > > exception to be thrown. > > > That's exactly what I mean. > > Carsten,

Re: cvs commit: xml-cocoon2/src/java/org/apache/cocoon Cocoon.java

2002-09-11 Thread Sylvain Wallez
Nicola Ken Barozzi wrote: > > Sylvain Wallez wrote: > >> [EMAIL PROTECTED] wrote: >> >>> cziegeler2002/09/11 03:08:36 >>> >>> >> >> >>> Index: ActionSetNodeBuilder.java >>> === >>> RCS file: >>> >/home/cvs/xml-cocoon2/src

Re: cvs commit: xml-cocoon2/src/java/org/apache/cocoon Cocoon.java

2002-09-11 Thread Nicola Ken Barozzi
Sylvain Wallez wrote: > [EMAIL PROTECTED] wrote: > >> cziegeler2002/09/11 03:08:36 >> >> > > >> Index: ActionSetNodeBuilder.java >> === >> RCS file: >> >/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/treepr

Re: cvs commit: xml-cocoon2/src/java/org/apache/cocoon Cocoon.java

2002-09-11 Thread Sylvain Wallez
[EMAIL PROTECTED] wrote: >cziegeler2002/09/11 03:08:36 > > > Index: ActionSetNodeBuilder.java > === > RCS file: >/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/treeprocessor/sitemap/ActionSetNodeBuilder.java,