koishijs / webui

WebUI plugins for Koishi
https://koishi.online
GNU Affero General Public License v3.0
30 stars 15 forks source link

Bug(logger): 当日初次启动时输出过多日志将使Koishi崩溃重启 #326

Closed Hieuzest closed 6 months ago

Hieuzest commented 6 months ago

https://github.com/koishijs/webui/blob/22b4848a03988443a93aa66f7bc6d4cb43e4cfc6/plugins/logger/src/index.ts#L119

首次初始化的writer将无此files[date]项

复现流程: 1.确保logs目录下没有任何今天的日志文件 2.启动Koishi,输出大量日志触发log rotate 3.koishi崩溃