The source project of this merge request has been removed.
testing/log_proxy: new aport
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