Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If for instance a custom adapter is required to log to this facility, the adapter should log using log4j with a Syslog prefix in the message, e.g.

Code Block
log.errorinfo("Syslog.Adapter: missingimported file" + filename);

Per default the Operator Client logs key events for logins to this facility.

Sample linux configuration (Redhat based system)

Code Block
# Provides UDP syslog reception
$ModLoad imudp
$UDPServerRun 514

local6.*                                                /var/log/fews.log

...