Jos Snellings | 2 May 2012 15:11

log levels

Dear group,

C3:
Departing from the log4j.xml from the sample configuration I try to get rid of the DEBUG-level lines
from the sitemap and pipelines.
However, no matter what level I specify for the ROOT logger (logging to consoleappender), these DEBUG messages
keep appearing. I see no other log4j.xml on the classpath. Am I overlooking something?

Kind regards,
Jos

--
The doctrine of human equality reposes on this: that there is no man
really clever who has not found that he is stupid.
        -- Gilbert K. Chesterson


Thorsten Scherler | 2 May 2012 15:27
Picon
Gravatar

Re: log levels

On 05/02/2012 03:11 PM, Jos Snellings wrote:
> Dear group,
>
> C3:
> Departing from the log4j.xml from the sample configuration I try to 
> get rid of the DEBUG-level lines
> from the sitemap and pipelines.
> However, no matter what level I specify for the ROOT logger (logging 
> to consoleappender), these DEBUG messages
> keep appearing. I see no other log4j.xml on the classpath. Am I 
> overlooking something?

If you talk about current beta log4j has been droped. Create a 
src/main/resources/logback.xml (when target is war deploy) or 
cl-config/WEB-INF/classes/logback.xml (when you use jetty:run) in your 
project and c3 will use that.

HTH

salu2

--

-- 
Thorsten Scherler<scherler.at.gmail.com>
codeBusters S.L. - web based systems
<consulting, training and solutions>

http://www.codebusters.es/
Jos Snellings | 2 May 2012 17:06

Re: log levels

OK, that is good news.
Thank you, Thorsten.
Jos


On Wed, May 2, 2012 at 3:27 PM, Thorsten Scherler <scherler <at> gmail.com> wrote:
On 05/02/2012 03:11 PM, Jos Snellings wrote:
Dear group,

C3:
Departing from the log4j.xml from the sample configuration I try to get rid of the DEBUG-level lines
from the sitemap and pipelines.
However, no matter what level I specify for the ROOT logger (logging to consoleappender), these DEBUG messages
keep appearing. I see no other log4j.xml on the classpath. Am I overlooking something?

If you talk about current beta log4j has been droped. Create a src/main/resources/logback.xml (when target is war deploy) or cl-config/WEB-INF/classes/logback.xml (when you use jetty:run) in your project and c3 will use that.

HTH

salu2

--
Thorsten Scherler<scherler.at.gmail.com>
codeBusters S.L. - web based systems
<consulting, training and solutions>

http://www.codebusters.es/


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe <at> cocoon.apache.org
For additional commands, e-mail: users-help <at> cocoon.apache.org




--
The doctrine of human equality reposes on this: that there is no man
really clever who has not found that he is stupid.
        -- Gilbert K. Chesterson



Gmane