1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/www/rubygem-lograge/pkg-descr
Joseph Mingrone ed2faf00c2 New port www/rubygem-lograge: Tame Rails' multi-line logging into a single line
per request

Adding this because it is a dependency for the upcoming www/mastodon port.

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

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10309
2017-04-10 14:23:22 +00:00

9 lines
400 B
Plaintext

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.
WWW: https://github.com/roidrage/lograge/