refactor: 日志迁移到 ~/.ias/logs/

从 .data/logs/ → ~/.ias/logs/
与配置文件的 ~/.ias/ 目录统一管理
This commit is contained in:
2026-06-02 10:06:01 +08:00
parent f7ba23db94
commit fac2016b7e
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ pub enum Commands {
/// 后台服务模式
///
/// 等同 listen --llm,同时日志写入 .data/logs/ 滚动文件。
/// 等同 listen --llm,同时日志写入 ~/.ias/logs/ 滚动文件。
/// 配合 systemd 实现开机自启和进程守护。
///
/// 示例: