https://github.com/moshee/logrotate
Simple log rotator
https://github.com/moshee/logrotate
Last synced: 5 months ago
JSON representation
Simple log rotator
- Host: GitHub
- URL: https://github.com/moshee/logrotate
- Owner: moshee
- License: bsd-2-clause
- Created: 2014-04-09T11:32:58.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-06-04T17:07:41.000Z (about 9 years ago)
- Last Synced: 2025-08-15T05:21:10.172Z (11 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.