mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
6 lines
256 B
Plaintext
6 lines
256 B
Plaintext
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
|