How to Install ruby-syslog-logger in Ubuntu 18.04



Install ruby-syslog-logger by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-syslog-logger

Description:

improved Logger replacement that logs to syslog

Logger::Syslog is a Logger replacement that logs to syslog. It is almost drop-in with a few caveats. Add Logger::Syslog to your Rails production environment to aggregate logs between multiple machines. . This particular Logger::Syslog improves the original by correctly mapping Rails log severities to the Syslog counterparts. It also adds the ability to select a syslog facility other than "user".

Homepage: http://github.com/ngmoco/syslog_logger

Version: 1.6.8-1

Section: universe/ruby