[rabbitmq-discuss] Disabling connection logs

Simon MacMullen simon at rabbitmq.com
Mon Apr 15 18:02:09 BST 2013


On 15/04/13 14:53, Frédéric Cons wrote:
>
> Not a big deal, but quite noisy
> I changed by rabbitmq.config file to try to ignore these logs with :
>
>
> [
> {log_levels, [{connection, error}]}
> ,
> <other configuration items>
> ].
> % EOF
>

log_levels needs to be inside rabbit, e.g.:

[{rabbit, [{log_levels, [{connection, error}]}]}].

Cheers, Simon

-- 
Simon MacMullen
RabbitMQ, VMware


More information about the rabbitmq-discuss mailing list