Source: golang-gopkg-natefinch-lumberjack.v2 Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Tim Potter , Build-Depends: debhelper (>= 9), dh-golang, golang-go, golang-toml-dev | golang-github-burntsushi-toml, golang-yaml.v2-dev, Standards-Version: 4.1.3 Homepage: https://github.com/natefinch/lumberjack Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-gopkg-natefinch-lumberjack-v2.git Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-gopkg-natefinch-lumberjack-v2.git XS-Go-Import-Path: gopkg.in/natefinch/lumberjack.v2 Testsuite: autopkgtest-pkg-go Package: golang-gopkg-natefinch-lumberjack.v2-dev Architecture: all Depends: golang-go, golang-toml-dev | golang-github-burntsushi-toml, golang-yaml.v2-dev, ${misc:Depends}, ${shlibs:Depends}, Description: Go package for writing logs to rolling files Lumberjack is intended to be one part of a logging infrastructure. It is not an all-in-one solution, but instead is a pluggable component at the bottom of the logging stack that simply controls the files to which logs are written. . Lumberjack plays well with any logging package that can write to an io.Writer, including the standard library's log package. . Lumberjack assumes that only one process is writing to the output files. Using the same lumberjack configuration from multiple processes on the same machine will result in improper behavior. . This is version v2 of the lumberjack package.