Logger::Syslog is a Logger replacement that logs to syslog. It is almost drop-in with a few caveats. You can add Logger::Syslog to your Rails production environment to aggregate logs between multiple machines. WWW: https://github.com/ngmoco/syslog_logger
5 lines
256 B
Text
5 lines
256 B
Text
Logger::Syslog is a Logger replacement that logs to syslog. It is almost drop-in
|
|
with a few caveats. You can add Logger::Syslog to your Rails production
|
|
environment to aggregate logs between multiple machines.
|
|
|
|
WWW: https://github.com/ngmoco/syslog_logger
|