ruby-syslog-logger 1.6.8-1.1 source package in Ubuntu

Changelog

ruby-syslog-logger (1.6.8-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Sat, 02 Jan 2021 18:02:36 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-syslog-logger_1.6.8-1.1.dsc 2.1 KiB b63f92c0cd37f1a9b67890837fd4efed511b295089aeb415004abdca676dc681
ruby-syslog-logger_1.6.8.orig.tar.gz 6.3 KiB 42836723ffd0ea7ebe42f412754e8d44f10132af7be6427735b00bbef288e426
ruby-syslog-logger_1.6.8-1.1.debian.tar.xz 2.5 KiB 5c7d654b12b717954e8899b3e484d98e713512a2fa67f2243a9d81e905a2d06d

Available diffs

No changes file available.

Binary packages built by this source

ruby-syslog-logger: 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".