File: control

package info (click to toggle)
golang-github-x-cray-logrus-prefixed-formatter 0.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 92 kB
  • sloc: makefile: 25
file content (29 lines) | stat: -rw-r--r-- 1,159 bytes parent folder | download
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
Source: golang-github-x-cray-logrus-prefixed-formatter
Section: admin
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-any,
 golang-github-mgutz-ansi-dev,
 golang-github-sirupsen-logrus-dev,
 golang-golang-x-crypto-dev,
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/openstack-team/third-party/golang-github-x-cray-logrus-prefixed-formatter
Vcs-Git: https://salsa.debian.org/openstack-team/third-party/golang-github-x-cray-logrus-prefixed-formatter.git
Homepage: https://github.com/x-cray/logrus-prefixed-formatter
XS-Go-Import-Path: github.com/x-cray/logrus-prefixed-formatter

Package: golang-github-x-cray-logrus-prefixed-formatter-dev
Architecture: all
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: text formatter based on logrus.TextFormatter
 Logrus formatter mainly based on original logrus.TextFormatter but with
 slightly modified colored output and support for log entry prefixes, e.g.
 message source followed by a colon. In addition, custom color themes are
 supported.