Re: Filtering out data while logging

2006-07-12 Thread Bender Heri
va > Sent: Monday, July 10, 2006 10:21 PM > To: log4j-user@logging.apache.org > Subject: [SPAM (Bayesain Analysis)] - Re: Filtering out data while > logging. - Bayesian Filter detected spam > > > > OOMS DIRK siemens.be> writes: > > > > > I would put Accou

Re: Filtering out data while logging.

2006-07-10 Thread Satyendra Srivastava
OOMS DIRK siemens.be> writes: > > I would put AccountNo, SecretCode, etc in MDC key-value pairs and apply an > appropriate PatternLayout that leaves out the MDC fields you don't want to > show. > > dirk > > > -Original Message- > > From: Tasso The Developer [mailto:jappdev hotmail.co

RE: Filtering out data while logging.

2005-02-03 Thread Ceki Gülcü
Another possibly better way to address this problem is through a custom ObjectRenderer. At 05:09 PM 2/2/2005, OOMS DIRK wrote: I would put AccountNo, SecretCode, etc in MDC key-value pairs and apply an appropriate PatternLayout that leaves out the MDC fields you don't want to show. dirk > -Or

RE: Filtering out data while logging.

2005-02-02 Thread OOMS DIRK
I would put AccountNo, SecretCode, etc in MDC key-value pairs and apply an appropriate PatternLayout that leaves out the MDC fields you don't want to show. dirk > -Original Message- > From: Tasso The Developer [mailto:[EMAIL PROTECTED] > Sent: woensdag 2 februari 2005 17:03 > To: log4j-u