File: control

package info (click to toggle)
ruby-lograge 0.10.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 112 kB
  • sloc: ruby: 469; makefile: 3
file content (33 lines) | stat: -rw-r--r-- 1,320 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: ruby-lograge
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               ruby-actionpack (>= 4),
               ruby-activesupport (>= 4),
               ruby-railties (>= 4),
               ruby-request-store
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-lograge.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-lograge
Homepage: https://github.com/roidrage/lograge
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-lograge
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-actionpack (>= 4),
         ruby-activesupport (>= 4),
         ruby-railties (>= 4),
         ruby-request-store,
         ${misc:Depends},
         ${shlibs:Depends}
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.