Hello,
Please do the following:
Rename C:\Users\%USERNAME%\AppData\Roaming\RabbitMQ\rabbitmq.config to
C:\Users\%USERNAME%\AppData\Roaming\RabbitMQ\advanced.config
Create the following file - NOTE the extension is .conf
C:\Users\%USERNAME%\AppData\Roaming\RabbitMQ\rabbitmq.conf
Open that file in a text editor like Notepad, and add these lines:
# rotate when the file reaches 10 MiB
log.file.rotation.size = 10485760
# keep up to 5 archived log files in addition to the current one
log.file.rotation.count = 5
Restart RabbitMQ.
Thanks,
Luke