File: README.md

package info (click to toggle)
golang-github-jrick-logrotate 0.0~git20170628.a93b200-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 64 kB
  • sloc: makefile: 4
file content (5 lines) | stat: -rw-r--r-- 275 bytes parent folder | download
1
2
3
4
5
## 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.