Your IP : 3.128.202.213


Current Path : /etc/logrotate.d/
Upload File :
Current File : //etc/logrotate.d/mysql

/var/log/mysql/*.log
{
    copytruncate
    ifempty
    daily
    rotate 10
    missingok
    compress
    delaycompress
    sharedscripts
}