Path to this page:
./
sysutils/ruby-syslog-logger,
Improved Logger replacement that logs to syslog
Branch: CURRENT,
Version: 1.6.8,
Package name: ruby27-syslog-logger-1.6.8,
Maintainer: pkgsrc-usersLogger::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."
Required to run:[
lang/ruby23-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 9 KB
Version history: (Expand)
- (2021-10-07) Updated to version: ruby27-syslog-logger-1.6.8
- (2017-06-11) Package added to pkgsrc.se, version ruby23-syslog-logger-1.6.8 (created)
CVS history: (Expand)
2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Remove SHA1 hashes for distfiles
|
2018-01-01 19:33:34 by Roland Illig | Files touched by this commit (16) |
Log message:
Cleaned up PLIST files.
The actual cleanup has been done by pkglint:
* Added missing identifier comments
* Replaced ${PKGMANDIR} with a simple man, since the infrastructure does
all the magic for PLISTs
|
2017-06-10 18:08:06 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
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."
|