hermesagent.download
GitHub ↗

dashboard-auth.log 沒有輪替機制,檔案會無限成長

📅 2026年7月3日 ✅ 最後驗證 2026年7月3日 ✍️ HermesAgent.download Contributors

此 issue 回報 hermes_cli/dashboard_auth/audit.py 在寫入 dashboard-auth.log 時使用純 append 方式,沒有設定檔案大小上限或輪替(rotation),與系統中其他 log(如 agent.log、errors.log)不同。作者指出在高流量的 dashboard 環境下,此檔案會隨著 install 的生命週期無限成長。

官方來源