RE: Ant Log4J not working

2006-07-03 Thread Rohit B Rai
Done!!! Posted a short step by step at my blog. Visit http://mytechrantings.blogspot.com Regards, Rohit B. Rai, Cordys RD (India) Pvt. Ltd. -- If you haven't found something you are willing to die for, you are not fit

RE: [SPAM (Bayesain Analysis)] - problems with logging - Bayesian Filter detected spam

2006-07-03 Thread Bender Heri
You didn't attach any appender to the loggers except the rootLogger. It should look like this: log4j.logger.org.apache.commons.httpclient=DEBUG, stdout Probably you also want to set additivity of this logger to false, otherwise log entries it would appear twice in stdout (one time by this

Re: Chainsaw v2 configuration

2006-07-03 Thread Faizan Ahmed
Thanks Scott. That worked. On 6/30/06, Scott Deboy [EMAIL PROTECTED] wrote: Correction..everything is working fine - you have to set your timestampformat to match your input: logformat: [financing_tools_gcps] [LOGGER] [TIMESTAMP] [LEVEL] [Severity PROP(SEVERITY)] [NDC] MESSAGE

Re: problems with logging

2006-07-03 Thread Javier Gonzalez
You only have an appender attached to the root logger, and the root logger is configured to show only messages of ERROR level and higher. A possible fix is configuring the root Logger for DEBUG priority - however, this will leave all loggers logging at DEBUG level. Another fix could be

log4j custom filters how to?

2006-07-03 Thread Shroff, Sushama
Hi, I am a new user to log4j. I need to write certain custom filters for log4j and am wondering how it is to be done. Any help regarding the same will be appreciated. Thanks, Sushama Shroff