Re: Custom Converter plugin won't load.

2013-05-02 Thread John Smith
g4j.converters,"> > > in the log4j2.xml config?) > > Remko > > > > From: John Smith > To: log4j-user@logging.apache.org > Sent: Thursday, May 2, 2013 5:41 AM > Subject: Custom Converter plugin won't load. > > >

Custom Converter plugin won't load.

2013-05-01 Thread John Smith
Using log4j2-beta5 I'm writing a custom PatternConverter to mask logs for such things as Credit Card and Card Security Code and some additional elements. My converter looks like so package com.xxx.log4j.converters; import java.util.List; import java.util.regex.Pattern; import org.apache.lo

Suppressing passwords in the log files?

2007-10-15 Thread John Smith
Hi, Is there any way to suppress passwords' display in the log files? I am concerned that log files will be accessible to various users on the server, disclosing the application passwords to them. Is there some way to filter the passwords before they are committed to the log file? Thanks, John

Re: Chainsaw SocketHubAppender triples messages

2006-03-31 Thread John Smith
eone was able to reproduce the issue. Hopefully Scott or Paul can tease out the root cause and get this fixed (assuming it is a bug, that is). Jake Quoting John Smith : > I have a question to Chainsaw. > > My config file has this setting: > > class="org.apache.log4j.net.So

Re: WELCOME to log4j-user@logging.apache.org

2006-03-16 Thread John Smith
I have a question to Chainsaw. My config file has this setting: The funny thing is that I receive 3 logging messages instead of 1. Each logging I receive with Chainsaw is triple instead of single. Whats wrong? The console appender logs correctly, just single, not tr