We're running RabbitMQ and the .log it's writing to the log folder get quiet large.
What's the right thing to do there, can we just delete it from time to time, should we rotate them away and then delete them? I fail to find any documentation on this.
rabbitmqctl rotate_logs .1
but according to the documentation it only rotates on broker restart? That's only happening if the service gets restarted right? At least on windows. – Socioeconomic