Categorygithub.com/jrick/logrotate
modulepackage
1.1.2
Repository: https://github.com/jrick/logrotate.git
Documentation: pkg.go.dev

# README

logrotate: slightly better than >>

logrotate is a naïve log rotator which reads logs from stdin and writes them to a file, gzipping and truncating when it grows too large. If you have daemons that log to stdout, you can pipe them into this and get rotated logfiles.

# Packages

Package rotator implements a simple logfile rotator.