Ok so enclosing this log configuration inside a 'rabbit' config works way better :)<div><br></div><div>{rabbit, [ {log_levels, [{connection, error}]} ] }</div><div><br></div><div>Thanks to Simon MacMullen for pointing out this error<br><br>Le lundi 15 avril 2013 15:53:04 UTC+2, Frédéric Cons a écrit&nbsp;:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">Hi everyone<div><br><div>I have a cluster of two rabbitmq instances behind a haproxy server.</div><div>The connection tests made by haproxy generate a high volume of connection / disconnection logs such as :&nbsp;</div><div><br></div><div><font face="courier new, monospace">&nbsp;=INFO REPORT==== 15-Apr-2013::00:08:05 ===</font></div><div><font face="courier new, monospace">accepting AMQP connection &lt;0.9464.45&gt; (<a href="http://192.168.0.151:52341" target="_blank">192.168.0.151:52341</a> -&gt; <a href="http://192.168.0.151:5672" target="_blank">192.168.0.151:5672</a>)</font></div><div><font face="courier new, monospace"><br></font></div><div><font face="courier new, monospace">=WARNING REPORT==== 15-Apr-2013::00:08:05 ===</font></div><div><font face="courier new, monospace">closing AMQP connection &lt;0.9464.45&gt; (<a href="http://192.168.0.151:52341" target="_blank">192.168.0.151:52341</a> -&gt; <a href="http://192.168.0.151:5672" target="_blank">192.168.0.151:5672</a>):</font></div><div><font face="courier new, monospace">connection_closed_abruptly</font></div><div><br></div><div>Not a big deal, but quite noisy</div><div>I changed by rabbitmq.config file to try to ignore these logs with :&nbsp;</div><div><br></div><div><br></div><div><div><font face="courier new, monospace">[</font></div><div><font face="courier new, monospace">{log_levels, [{connection, error}]}</font></div><div><font face="courier new, monospace">,</font></div><div><font face="courier new, monospace">&lt;other configuration items&gt;</font></div><div><font face="courier new, monospace">].</font></div><div><font face="courier new, monospace">% EOF</font></div></div></div><div><br></div><div>But these messages keep flowing in the logs</div><div>Any idea of what I could to to prevent this ?&nbsp;</div><div><br></div><div>Best regards</div><div>Fred</div><div><br></div></blockquote></div>