LOGROTATE_CONF

Constant LOGROTATE_CONF 

Source
pub const LOGROTATE_CONF: &str = r#"
/var/log/binary.log {
    rotate 0
    copytruncate
    missingok
    notifempty
}
"#;
Expand description

Logrotate configuration for binary logs