It looks like you may have a copy/paste error in your config. In the
second, syslogAudit appender:
log4j.appender.syslog.facility=LOCAL3
should be
log4j.appender.syslogAudit.facility=LOCAL3
Best
Brett
On 7/14/12, Brent Evans wrote:
>
> Hi,
>
> I'm currently trying to configure syslog4j (whic
try running with -Dlog4j.debug, it'll tell you what information log4j is
really getting out of the config...
should log4j.appender.syslogAudit.Threshold=INFO have a lowercase 'T' in
it?
■ DOUGLAS E. WEGSCHEID // LEAD ENGINEER
(269) 923-5278 // douglas_e_wegsch...@whirlpool.com
"A wrong note pl
Hi,
I'm currently trying to configure syslog4j (which is using a
log4j.properties file) to carry out logging on my system. The properties
file is below:
log4j.rootLogger=DEBUG, syslog
log4j.category.EventLogger=INFO, syslogAudit
log4j.additivity.EventLogger=false
log4j.appender.syslog=com.org.
Is there an implementation of NDCMatchFilter and MDCMatchFilter in Log4j
1.2? I see comments indicating that a lot of scheduled features from the
discontinued Log4j 1.3 were backported to 1.2 through the Apache Extras
Companion, but I don't see those two in there.