fburato / stdout-rotator

Rust command line tool to apply log rotation to standard output applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stdout-rotator

stdout-rotator is a command line utility which allows to direct its standard input to both standard output and a file as well applying automatic log rotation on the output file. It has been designed to be deployed in containerised applications which log to standard output to also log on a file to be consumed by log forwarders like fluent-bit.

Build

Use standard cargo build for a debug build and cargo build --release for a release build.

About

Rust command line tool to apply log rotation to standard output applications

License:Apache License 2.0


Languages

Language:Rust 100.0%