I wish to know if there is any way to get detailed logs of activities done on a RabbitMQ cluster. Activities include - If I add or remove a binding to an Exchange, When was these bindings added/deleted ? Who created the bhindings ? When was exchange/queue created ? When was a queue/exchange' modified ? Any activities done related to exchanges/queues.. are these logged somewhere and can we see it on UI or through command line?
I tried to monitor these details over RabbitMQ UI - localhost:15672, but could not see any such details except message related metrics.