File: control

package info (click to toggle)
golang-github-bshuster-repo-logrus-logstash-hook 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 104 kB
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,179 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
Source: golang-github-bshuster-repo-logrus-logstash-hook
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-github-sirupsen-logrus-dev (>= 1.0.2~)
Standards-Version: 4.1.4
Homepage: https://github.com/bshuster-repo/logrus-logstash-hook
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-bshuster-repo-logrus-logstash-hook
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-bshuster-repo-logrus-logstash-hook.git
XS-Go-Import-Path: github.com/bshuster-repo/logrus-logstash-hook

Package: golang-github-bshuster-repo-logrus-logstash-hook-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-sirupsen-logrus-dev (>= 1.0.2~)
Description: Logstash hook for Logrus logging library for Go
 Logrus is a structured logger for Go (golang), completely
 API compatible with the standard library logger.
 .
 This package is a hook to enable messages logged by Logrus to be sent
 to a Logstash instance.