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
随着时间长了,日志生成多了, 就会诞生文件打开数过大,难道不是每天切割 只生成一个文件
The text was updated successfully, but these errors were encountered:
麻烦排查下, 再说我即使linux 把文件打开数调整下 这个也不是办法 每天至少新产生100多个文件 时间久了 还是会出现 open too many files
Sorry, something went wrong.
1.提高日志级别到info,可以降低日志的数量 2.可以在服务器上加一个crontab任务,定时删除指定格式的日志文件 @xl-mr
No branches or pull requests
随着时间长了,日志生成多了, 就会诞生文件打开数过大,难道不是每天切割 只生成一个文件
The text was updated successfully, but these errors were encountered: