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
Now proxysql log is stored in a single file which grows for ever, it is better to rotate this log file for example once a week.
If we these lines to a file inside /etc/logrotate.d/ log file will be rotated once a week.
/etc/logrotate.d/
/var/lib/proxysql/proxysql.log { weekly compress rotate 4 }
I need the tool used to build the debian installation file to add this new file to the package.
The text was updated successfully, but these errors were encountered:
@renecannao What do you think?
Sorry, something went wrong.
Hi @mohsenSy . Please refer to #1049 : this feature is now available in 1.4.1
No branches or pull requests
Now proxysql log is stored in a single file which grows for ever, it is better to rotate this log file for example once a week.
If we these lines to a file inside
/etc/logrotate.d/
log file will be rotated once a week.I need the tool used to build the debian installation file to add this new file to the package.
The text was updated successfully, but these errors were encountered: