[rabbitmq-discuss] Disabling connection logs
Frédéric Cons
frederic.cons at gmail.com
Mon Apr 15 14:53:04 BST 2013
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/20130415/e7fe0298/attachment.htm>
More information about the rabbitmq-discuss
mailing list