My rabbit logs are getting very large and I am wondering if there is a better way to control the rotation. I'd like the logs to rotate based on size, and to keep at most ten logs at a time. The best I've found so far is that you can turn off logging by putting SERVER_START_ARGS="-kernel error_logger silent" into the rabbitmq.conf file. Is there a better way? I'd like to avoid using a crontab for this.