donnie4w / tklog

lightweight and efficient rust structured log library with support for log levels, file segmentation, compressed archiving
https://crates.io/crates/tklog
Apache License 2.0
58 stars 4 forks source link

日志滚动分割 #4

Open miaomiao1992 opened 3 months ago

miaomiao1992 commented 3 months ago

服务器晚上6点关机,第二天早上启动服务,日志不会以第二天日期创建新的日志文件

服务器必须连续运行,不停机,才会按天滚动分割日志,对吧?

donnie4w commented 3 months ago

@miaomiao1992 已发布0.0.6版本,不需要连续运行才能滚动分割日志。

服务器晚上6点关机,第二天早上启动服务,再次写入日志时,tklog会判断之前的日志需要分割备份,然后进行正确分割。