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 <brentevan...@gmail.com> wrote:
>
> 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.CustomAppender
> log4j.appender.syslog.protocol=tcp
> log4j.appender.syslog.host=localhost
> log4j.appender.syslog.port=6500
> log4j.appender.syslog.facility=LOCAL2
>
> log4j.appender.syslogAudit=com.org.CustomAppender
> log4j.appender.syslogAudit.Threshold=INFO
> log4j.appender.syslogAudit.protocol=tcp
> log4j.appender.syslogAudit.host=localhost
> log4j.appender.syslogAudit.port=6500
> log4j.appender.syslog.facility=LOCAL3
>
>
> What I'm trying to achieve here is for all messages to be output to the
> syslog logger and then for all messages that are INFO and above to be
> output
> as well to the syslogAudit logger. The problem is that the Threshold level
> is not being applied, so Debug messages are currently being included in the
> syslogAudit logger. I have noticed that removing the syslog logger allows
> for the Threshold to be correctly set, however this isn't a viable
> solution.
>
> Thanks in advance for the help.
>
> --
> View this message in context:
> http://old.nabble.com/Threshold-Levels-tp34156868p34156868.html
> Sent from the Log4j - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org
> For additional commands, e-mail: log4j-user-h...@logging.apache.org
>
>

-- 
Sent from my mobile device

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-user-h...@logging.apache.org

Reply via email to