Thatcher,
Is syslog running and accessible?
This is what we use for syslog:
<Socket name="syslogAppender" host="localhost" port="1514" protocol="TCP">
<PatternLayout>
<pattern><%level{TRACE=169, DEBUG=175, INFO=174, WARN=172, ERROR=171, Fatal=168}>%d{yyyy-MM-dd}T%d{HH:mm:ss.SSS} cas_app[%pid]: ${env:NAME}: %-5p %t(%T) %c{10} - %m%n%ex{none}</pattern>
</PatternLayout>
</Socket>
<CasAppender name="syslog">
<AppenderRef ref="syslogAppender" />
</CasAppender>
You can ignore the pattern element or modify to suit your needs.
If you are using the old log4j (version 1.2, I think), you may be able to use documentation from that version.
Ray
On Tue, 2021-04-13 at 06:50 -0700, Thatcher Rea wrote:
Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive information.