You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 16, 2026. It is now read-only.
背景
在 logforth logger 实现 double-check 时发现,
lib/src/rbt_infra/rbt_log.rs的注释写着“文件日志按小时自动滚动”,但当前代码使用FileBuilder::new(directory_name, file_name)后直接build(),没有调用rollover_hourly()。当前行为
建议
二选一:
FileBuilder::rollover_hourly()。验收标准