summaryrefslogtreecommitdiff
path: root/dev-db/aerospike-server-community/files/aerospike.logrotate
blob: 04aabc4a6017f5436eb010d2444c2ad04da94c32 (plain)
1
2
3
4
5
6
7
8
9
10
/var/log/aerospike/aerospike.log {
    daily
    rotate 90
    dateext
    compress
    olddir /var/log/aerospike/
    postrotate
	kill -HUP `cat /var/run/aerospike/aerospike.pid`
    endscript
}