cleanup_update_logs(
*,
retention_days: int = UPDATE_LOG_RETENTION_DAYS,
max_files: int = UPDATE_LOG_MAX_FILESRemove old update logs while preserving the newest recent logs.
Maximum age in days to keep.
Maximum number of newest log files to keep.