我正在使用日志轮换,但不知何故日志在 90 天后没有被清除,这是我的 aerospike 的配置。日志也呈指数增长。
日志轮换的配置:
/var/log/aerospike/aerospike.log {
daily
rotate 90
dateext
compress
olddir /var/log/aerospike/
postrotate
kill -HUP `cat /var/run/aerospike/asd.pid`
endscript }
气钉的配置:
logging {
file /var/log/aerospike/aerospike.log {
context any info
context migrate debug
}
}