[rabbitmq-discuss] change log level setting in 2.7.1
Nithya Vijayakumar
nithyanirmal at gmail.com
Tue Jun 12 19:47:51 BST 2012
Hi,
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.
=INFO REPORT==== 30-May-2012::00:00:03 ===
closing TCP connection <0.1769.9> from 172.27.9.135:42440
=INFO REPORT==== 30-May-2012::00:00:03 ===
accepted TCP connection on [::]:5672 from 172.27.9.135:42441
=INFO REPORT==== 30-May-2012::00:00:03 ===
starting TCP connection <0.1785.9> from 172.27.9.135:42441
We are still troubleshooting the root cause for the connect/disconnect
loop. In parallel we want to prevent info messages from flooding Rabbitmq
logs.
I tried setting the log level to the error in rabbitmq.config file as show
below, but the change is not taking effect.
[
{rabbit, [{log_levels,[{connection, error}]}]}
].
Could you please let me know if there is any missing step?
Thanks,
Nithya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20120612/709e68d5/attachment.htm>
More information about the rabbitmq-discuss
mailing list