How to Install ruby-lograge in Ubuntu 18.04



Install ruby-lograge by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-lograge

Description:

Tame Rails' multi-line logging into a single line per request

Lograge is an attempt to bring sanity to Rails' noisy and unusable, unparsable and, in the context of running multiple processes and servers, unreadable default logging output. Rails' default approach to log everything is great during development, it's terrible when running it in production.

Homepage: https://github.com/roidrage/lograge

Version: 0.5.0-1

Section: universe/ruby