Skip to content

fix(servers): 修复server删除服务时日志记录缺失#73

Merged
Wolido merged 4 commits into
Wolido:mainfrom
Marisol-Yu:fix-server-delete-logging
May 25, 2026
Merged

fix(servers): 修复server删除服务时日志记录缺失#73
Wolido merged 4 commits into
Wolido:mainfrom
Marisol-Yu:fix-server-delete-logging

Conversation

@Marisol-Yu
Copy link
Copy Markdown
Contributor

Description

修复了server在删除服务的时候,server run不显示,server run-detached不记录的问题

代码改动细节:

改动了services.rs文件

在此处将
tracing::info!("删除服务: service_id={}, tasks_cancelled={}", id, tasks_cancelled);
改为
tracing::info!("删除服务: service_id={}, mode=force, tasks_cancelled={}, tasks_retained={}", id, tasks_cancelled, tasks_retained);
image

在此处添加tracing::info!("删除服务: service_id={}, mode=normal", id);
image

更新了CHANGELOG.md文件
image

代码通过了cargo check、cargo build、cargo test

Checklist

  • 代码改动已测试通过
  • 对应组件的 CHANGELOG.md 已更新(在 [Unreleased] 下添加了条目)
  • 没有引入无关的文件改动
  • PR 标题符合 Conventional Commits 规范(如 feat(agent-core): xxx

@Wolido Wolido force-pushed the fix-server-delete-logging branch from 8ce7ae6 to 3ca8411 Compare May 25, 2026 02:40
@Wolido Wolido merged commit 39dd121 into Wolido:main May 25, 2026
6 checks passed
@Marisol-Yu Marisol-Yu deleted the fix-server-delete-logging branch May 25, 2026 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants