pub(crate) fn cleanup_old_logs(log_dir: &Path, days: u64)
Delete log files (.log.) older than days to prevent unbounded growth. Only touches files with .log. in the name — pointer files and other data are safe.
days
.log.