I want to rotate rabbitmq logs daily. It is mentioned in the following link that rotation can be configured using following properties. log.file.rotation.date, log.file.rotation.size, log.file.rotation.count. https://www.rabbitmq.com/logging.html
how can I configure daily rotation using these parameters?