File mysql-proxy.logrotate of Package mysql-proxy
x
1
/var/log/mysql-proxy/mysql-proxy.log {
2
compress
3
dateext
4
maxage 365
5
rotate 7
6
size=+1024k
7
notifempty
8
missingok
9
create 644 mysql-proxy mysql-proxy
10
postrotate
11
/etc/init.d/mysql-proxy reload
12
endscript
13
}
14