-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
是我看文档https://docs.rs/ftlog/0.2.15/ftlog/ 没有仔细看的原因,还是ftlog 的确没有,限制单个日志库文件大小 的设置?
例如:
ftlog::builder()
.root(FileAppender::new("logs/app.log")
.max_file_size(100 * 1024 * 1024) // 100MB 文件大小限制
.rotate(Period::Day) // 按天轮转
.formatter(FtLogFormatter::default()))
.init()
.unwrap();
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels