We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
logger
logger会在启动时清除所有过期日志,这一过程是相对较慢的(可以肉眼观察到文件的删除进度) 那么在启动后快速Ctrl-C时,有一定概率使删除进程卡在中间状态,比如某一日的日志有1-20个部分,删除了前1-10部分后即被终止 在下一次打开时,由于删除总是从part1开始,于是报错
[W] app Error: ENOENT: no such file or directory, lstat '<...>\data\logs\2023-08-15-1.log'
The text was updated successfully, but these errors were encountered:
aadf82c
fix(logger): fix rm failure, close koishijs#253
995f8d6
No branches or pull requests
logger会在启动时清除所有过期日志,这一过程是相对较慢的(可以肉眼观察到文件的删除进度)
那么在启动后快速Ctrl-C时,有一定概率使删除进程卡在中间状态,比如某一日的日志有1-20个部分,删除了前1-10部分后即被终止
在下一次打开时,由于删除总是从part1开始,于是报错
The text was updated successfully, but these errors were encountered: