Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 232 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 232 Bytes

logwheel

Reads logs from stdin and writes them to rotating files. Useful for log rotation for 12-factor apps that write their logs to stdout (http://12factor.net/logs).

Usage:

$ ./app | ./logwheel --log /var/log/app/log