Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (23m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (168d) 

2024-05-27 09:39:49 UTC Now

2017-06-10 16:08:06 UTC MAIN commitmail json YAML

Add ruby-syslog-logger package version 1.6.8.

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.

NOTE! You can only set the Logger::Syslog program name and facility when you
initialize Logger::Syslog for the first time.  This is a limitation of the way
Logger::Syslog uses syslog (and in some ways, a limitation of the way
syslog(3) works).  Attempts to change Logger::Syslog's program name or
facility after the first initialization will be ignored.

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."

(taca)