Codebase list golang-github-jrick-logrotate / HEAD
HEAD

Tree @HEAD (Download .tar.gz)

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.