mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 16:21:50 -04:00
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
|