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.
>
>
>
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
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
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
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