Skip to content

testing/log_proxy: new aport

Jake Buchholz Göktürk requested to merge (removed):log_proxy/new-aport into master

log_proxy is a tiny C utility for log rotation for apps that write their logs to stdout.

This is very useful, specially for 12-factor apps that write their logs to stdout.

It can be used to avoid losing some logs if you use logrotate with copytruncate feature or to prevent a log file from filling your hard disk.

For more info, see https://github.com/metwork-framework/log_proxy/README.md

Merge request reports