Skip to content

Reads logs from stdin and writes them to rotating files. Useful for log rotation for 12-factor apps that write their logs to stdout.

License

Notifications You must be signed in to change notification settings

jtconnor/logwheel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages