|
mutex
|
 |
« Reply #4 on: June 14, 2007, 07:18:09 am » |
|
the default syslog in nearly every OS supports very basic functionality. It can log messages locally to a file, or send them to a remote syslog server (via UDP, unencrypted transport), configurable only by the facility and severity of the messages. In most default syslogd's, you can only take one action on a type of message, and there is little to no flexibility on file naming, etc.
Syslog-ng and rsyslog support much more advanced processing of messages - based on the source host of the message, it allows for flexibility in file names (like using the date, time, hostname, etc), integration with databases, transport over TCP/SSL (rsyslog only, I think).
|