Rabbitmq-server: Exchange amq.rabbitmq.log doesn't generate log messages in 3.7.0

Created on 20 Dec 2017  路  7Comments  路  Source: rabbitmq/rabbitmq-server

In RabbitMQ 3.7.0 the exchange amq.rabbitmq.log doesn't generate any log messages anymore.

bug effort-low

Most helpful comment

@rolatsch as rabbit.log.exchange.enabled (which can be either true or false):

[
 {rabbit, [
           {log, [
                  {exchange, [
                              {enabled, true}]
                  }
                 ]}
          ]}
].

All 7 comments

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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Paradoxis picture Paradoxis  路  3Comments

jurajseffer picture jurajseffer  路  8Comments

tianon picture tianon  路  7Comments

michaelklishin picture michaelklishin  路  6Comments

andyxning picture andyxning  路  4Comments