Thanks, Maarten. Richard

________________________________

From: [email protected] on behalf of 
Maarten Bosteels
Sent: Wed 7/8/2009 4:37 PM
To: [email protected]
Subject: Re: Logging configuration for Wicket - Newbie



http://logging.apache.org/log4j/1.2/manual.html

Hint:  Setting your your root logger on WARN and explicitly lower the level
for specific loggers (eg your own classes) is easier than trying the
opposite.

log4j.rootLogger=WARN
log4j.logger.org.apache.wicket=INFO


Maarten

On Wed, Jul 8, 2009 at 6:46 PM, Rowe, Richard A. <[email protected]>wrote:

> I am trying to get my logging configured for a Wicket application. I am
> using SLF4J and LOG4J. I have configured two appenders (Console and
> File). I am noticing that all Wicket rendering statements are going to
> my log file (INFO, DEBUG, etc). This is not desirable. How do I turn
> this off? Thanks.
>
>
>
>
>
> Richard
>
>
>
>
>
>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to