I'm working with logrotate in Centos 6.4 and wanted to rotate the logs daily or when they reach 50MB.
The only problem i'm facing is that the version of logrotate for CentOS is 3.7.8, which does not have the maxsize option i need to use.
Is there any workaround for this? The options in this logrotate 3.7.8 aren't enough unless i make a cron that runs every minute to check file sizes...
Thanks in advance.