On Tue, 1 Mar 2005 08:53:15 -0500, Brian McGovern
<[EMAIL PROTECTED]> wrote:
> This is my log 4j properties file
> log4j.rootLogger=DEBUG, nycbbuilderlog
> log4j.appender.nycbbuilderlog=org.apache.log4j.RollingFileAppender
> log4j.appender.nycbbuilderlog.File=${catalina.home}/logs/catalina.out
> log4j.appender.nycbbuilderlog.MaxFileSize=10000KB
> log4j.appender.nycbbuilderlog.MaxBackupIndex=2
> log4j.appender.nycbbuilderlog.layout=org.apache.log4j.PatternLayout
> log4j.appender.nycbbuilderlog.layout.ConversionPattern=%5p [EMAIL
> PROTECTED]:mm:ss,SSS}] - %m%n
>
> I want to filter out that repetative stuff in the previous thread. Id like
> to be able to see the logs about request repsponse behaviour, but loggin 5000
> lines in a logger for every bean servlet I process is too much.
You need to know the level and catagory of those logs in order to
filter them. You need to change your config to print the catagory.
--
James Stauffer
http://www.geocities.com/stauffer_james/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]