Source: golang-github-deruina-timberjack Section: golang Maintainer: Debian Go Packaging Team Uploaders: Arya Kiran , Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-fortytw2-leaktest-dev, golang-github-klauspost-compress-dev, Testsuite: autopkgtest-pkg-go Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-deruina-timberjack Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-deruina-timberjack.git Homepage: https://github.com/deruina/timberjack XS-Go-Import-Path: github.com/DeRuina/timberjack Package: golang-github-deruina-timberjack-dev Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, golang-github-fortytw2-leaktest-dev, golang-github-klauspost-compress-dev, Description: Go package for writing logs to rolling files Timberjack is a forked and enhanced version of lumberjack, adding time-based rotation, clock-scheduled rotation, and opt-in compression (gzip or zstd). Package timberjack provides a rolling logger with support for size-based and time-based log rotation. . Timberjack is a pluggable component that manages log file writing and rotation. It works with any logger that writes to an io.Writer, including the standard library’s log package.