tools: add logrotate module
this is a helper to rotate and iterate over log files there is an iterator for open filehandles as well as only the filename also it has the possibilty to rotate them for compression, zstd is used Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
b02d49ab26
commit
8074d2b0c3
@ -32,6 +32,7 @@ pub mod ticket;
|
||||
pub mod statistics;
|
||||
pub mod systemd;
|
||||
pub mod nom;
|
||||
pub mod logrotate;
|
||||
|
||||
mod parallel_handler;
|
||||
pub use parallel_handler::*;
|
||||
|
Reference in New Issue
Block a user