# mcs and dmd use a logrotation stream to archive logs that grow above a certain size. # In case of stream failure, mcslog.conf and datamanagerdlog.conf are included here to # archive and remove the temporary copy of the file made during logrotation include /home/MasterControl/guardian/mcslog.conf include /home/MasterControl/guardian/datamanagerdlog.conf include /home/MasterControl/guardian/systemstatuslog.conf # compress firebird database logs include /home/MasterControl/guardian/firebird.conf # copytruncate is deliberately used to zero the size of these logs after rotation /home/MasterControl/MasterControl/mcslog /home/MasterControl/MasterControl/gdb.log /home/MasterControl/MasterControl/remotenetworks.log /home/MasterControl/DataManagerD/datamanagerdlog /home/MasterControl/DataManagerD/dmdgdb.log /home/MasterControl/DataManagerD/systemstatuslog /home/MasterControl/guardian/guardian.log /home/MasterControl/lo.cap /home/MasterControl/eth0.cap /home/MasterControl/boot_last.log { copytruncate compress rotate 25 missingok olddir /home/MasterControl/log }