On Fri, Apr 20, 2012 at 10:55:24AM +0200, Lionel Cons wrote:
> However, it's filling our logs VERY fast. On one broker, I saw 19k
> errors per minute!
>
> Is there a workaround to silent these?
Well, I believe it was fixed in later versions of Erlang, so an upgrade
may be the simplest.
You could also try making the log file a fifo, and then a cat with a
grep might work. But untested.
mkfifo /var/log/rabbitmq/rabbit@$(hostname).log
cat !!$ | grep -v ssl_session_cache > !!$.real
Definitely untested. Might work.
Matthew
_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss@...
https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss