[rabbitmq-discuss] How to set trace_on durably?

Simon MacMullen simon at rabbitmq.com
Thu Aug 15 12:33:39 BST 2013


On 14/08/13 18:55, Gotthard, Petr wrote:
> Is there be a way to durably enable tracing for a given virtual host?
> Instead calling rabbitmqctl each time the broker is started.

There's no official way.

> There is a ‘trace_vhosts’ configuration option, but it is marked as
> internal. Could I use it somehow?

But you might get away with using that. Try something like:

[{rabbit, [{trace_vhosts, [<<"/">>, <<"my-vhost">>]}]}].

or whatever.

Cheers, Simon

-- 
Simon MacMullen
RabbitMQ, Pivotal


More information about the rabbitmq-discuss mailing list