Warning, /harvester/templates/logrotate.d/panda_harvester is written in an unsupported language. File is not indexed.
0001 /var/log/panda/*log {
0002 rotate 180
0003 daily
0004 compress
0005 missingok
0006 notifempty
0007 sharedscripts
0008 postrotate
0009 /sbin/service panda_harvester stop > /dev/null 2>/dev/null || true
0010 /sbin/service panda_harvester start > /dev/null 2>/dev/null || true
0011 sleep 60
0012 /usr/bin/panda_harvester-renice > /dev/null 2>/dev/null || true
0013 endscript
0014 }
0015