In RabbitMQ 3.7.0 the exchange amq.rabbitmq.log doesn't generate any log messages anymore.
This is a consequence of the move to Lager in #94.
Will reopen until this passes the master pipeline and is merged into v3.7.x.
Note that this feature now has to be enabled with log.exchange = true in the config. It is now possible to use a different log severity for it.
Could you please tell me how to configure this in the classic config format?
I have tried many things but i don't get it.
Thanks!
@rolatsch - please post your question to the mailing list,
@rolatsch as rabbit.log.exchange.enabled (which can be either true or false):
[
{rabbit, [
{log, [
{exchange, [
{enabled, true}]
}
]}
]}
].
Thank you very much!
Most helpful comment
@rolatsch as
rabbit.log.exchange.enabled(which can be eithertrueorfalse):