For anyone using 'logrotate', the following file will rotate all the hobbit logs. <br>
Create the file as logrotate.cfg: <br><span class="gmail_quote"><br></span># Configuration file for logrotate application<br>#<br># Add the following line to cron:<br># 0 8 * * * /usr/sbin/logrotate [hobbit directory]/server/etc/logrotate.cfg
<br>#<br><br># Global options<br>compress<br><br>/var/log/hobbit/bbcombotest.log {<br>    missingok<br>    weekly<br>    rotate 5<br>}<br><br>/var/log/hobbit/bb-display.log {<br>    missingok<br>    weekly<br>    rotate 5
<br>}<br><br>/var/log/hobbit/bb-retest.log {<br>    missingok<br>    weekly<br>    rotate 5<br>}<br><br>/var/log/hobbit/enadis.log {<br>    missingok<br>    weekly<br>    rotate 5<br>}<br><br>/var/log/hobbit/history.log {
<br>    missingok<br>    weekly<br>    rotate 5<br>}<br><br>/var/log/hobbit/hobbitd.log {<br>    missingok<br>    weekly<br>    rotate 5<br>    postrotate<br>                /bin/kill
-HUP `cat /var/log/hobbit/hobbitd.pid`<br>    endscript<br>}<br><br>/var/log/hobbit/hobbitlaunch.log {<br>    missingok<br>    weekly<br>    rotate 5<br>    postrotate<br>                /bin/kill
-HUP `cat /var/log/hobbit/hobbitlaunch.pid`<br>    endscript<br>}<br><br>/var/log/hobbit/larrd-data.log {<br>    missingok<br>    weekly<br>    rotate 5<br>}<br><br>/var/log/hobbit/larrd-status.log {<br>    missingok<br>

    weekly<br>    rotate 5<br>}<br><br>/var/log/hobbit/page.log {<br>    missingok<br>    weekly<br>    rotate 5<br>}<br><br>/var/log/hobbit/purple.log {<br>    missingok<br>    weekly<br>    rotate 5<br>}<br><br>