[rabbitmq-discuss] Disabling connection logs
Frédéric Cons
frederic.cons at gmail.com
Thu Apr 18 09:13:54 BST 2013
Ok so enclosing this log configuration inside a 'rabbit' config works way
better :)
{rabbit, [ {log_levels, [{connection, error}]} ] }
Thanks to Simon MacMullen for pointing out this error
Le lundi 15 avril 2013 15:53:04 UTC+2, Frédéric Cons a écrit :
>
> Hi everyone
>
> I have a cluster of two rabbitmq instances behind a haproxy server.
> The connection tests made by haproxy generate a high volume of connection
> / disconnection logs such as :
>
> =INFO REPORT==== 15-Apr-2013::00:08:05 ===
> accepting AMQP connection <0.9464.45> (192.168.0.151:52341 ->
> 192.168.0.151:5672)
>
> =WARNING REPORT==== 15-Apr-2013::00:08:05 ===
> closing AMQP connection <0.9464.45> (192.168.0.151:52341 ->
> 192.168.0.151:5672):
> connection_closed_abruptly
>
> 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
>
> But these messages keep flowing in the logs
> Any idea of what I could to to prevent this ?
>
> Best regards
> Fred
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130418/d95eb920/attachment.htm>
More information about the rabbitmq-discuss
mailing list