[rabbitmq-discuss] SSL Error Filling Logs (ssl_session_cache, delete)

Matthew Sackman matthew at rabbitmq.com
Fri Apr 20 11:17:56 BST 2012


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


More information about the rabbitmq-discuss mailing list