pub async fn update_log_settings( retention_days: i32, max_rows: i32, ) -> Result<LogSettings, ServerFnError>
更新日志查看器配置。
两个值都会被 clamp 到合法范围后写入。
post
<auto>