已开启
feat(logging): streamline model registration logs #147
feat(logging): streamline model registration logs #147
已开启
hb创建于 1 天前
hb
hb
1 天前

Background

Model loading produced verbose INFO logs for every registration attempt and repeated WARN logs for each model skipped due to an unavailable engine. This made startup logs noisy and obscured more actionable information.

Main Changes

  • Changes detailed model registration attempt logs from INFO to DEBUG.
  • Groups skipped models by unavailable engine during batch loading.
  • Emits one consolidated WARN log per unavailable engine with all affected model IDs.
  • Preserves immediate WARN logging for on-demand single-model registration.
likedislike
合并受阻
linhan
linhan成员
1 天前 评论:

✅ WatchCI · success

  • project: smartserve
  • sha: 7f76eea2
  • duration: 3564s
  • attempts: 1
  • exit: 0
  • updated: 2026-08-14 16:52:38
  • 详情
likedislike