syslogroute

Route Yii log messages directly to syslog / Windows Event Log
2 reviews   downloaded 228 times
created by eval, last updated on September 9, 2009
#429
Looks nice
by MetaYii at 6:17pm on June 30, 2009.

The code looks nice. Maybe faster disks/filesystem or logging to a remote server could help in high load situations?

#431
Re: Looks nice
by eval at 7:36am on July 1, 2009.

Thanks for the review MetaYii :)

Actually the remote logging process is handled by syslog itself. You can prefix a remote host with "@" sign so that syslog can start sending logs to it. There you could have a syslog-ng to parse and store log messages from multiple systems.

Therefore this extension is only useful to send log messages directly to syslog, the rest of the process is already handled by well-known tools/daemons.

Thanks again.

New Review

Please login first.