You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
About
Reads logs from stdin and writes them to rotating files. Useful for log rotation for 12-factor apps that write their logs to stdout.