Hi,<div><br></div><div>We are using rabbitmq 2.7.1 server and java client jars. We ran into an issue where one of our client applications got into a connect/disconnect loop and filled the rabbitmq server logs with Connect/disconnect messages sort of like this.</div>
<div><br></div><div><font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size:11pt">=INFO REPORT==== 30-May-2012::00:00:03 ===<br>
closing TCP connection &lt;0.1769.9&gt; from <a href="http://172.27.9.135:42440">172.27.9.135:42440</a><br>
<br>
=INFO REPORT==== 30-May-2012::00:00:03 ===<br>
accepted TCP connection on [::]:5672 from <a href="http://172.27.9.135:42441">172.27.9.135:42441</a><br>
<br>
=INFO REPORT==== 30-May-2012::00:00:03 ===<br>
starting TCP connection &lt;0.1785.9&gt; from <a href="http://172.27.9.135:42441">172.27.9.135:42441</a></span></font>
</div><div><br></div><div>We are still troubleshooting the root cause for the connect/disconnect loop. In parallel we want to prevent info messages from flooding Rabbitmq logs.</div><div><br></div><div>I tried setting the log level to the error in rabbitmq.config file as show below, but the change is not taking effect.</div>
<div><br></div><blockquote><font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size:11pt">[<br>
</span></font><blockquote><font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size:11pt"> ���{rabbit, [</span><span style="font-size:12pt">{log_levels,[{connection, error}]}]}<br>
</span></font></blockquote><font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size:11pt">].</span></font></blockquote>
<div>�Could you please let me know if there is any missing step?</div><div><br></div><div>Thanks,</div><div>Nithya</div><div><br></div>