My understanding after being frustrated by this message myself is that the logger is calculating the message rate based _all_ incoming messages, not just those messages that meet the configured log level. i.e. there could be a flood of INFO messages while consumers are spinning up. There is no way of knowing if the dropped messages are above or below the configured log level (DEBUG, INFO, WARN, ERROR, etc).Kevin
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,This fix, I think, should be able to help with the incorrect counting:
My understanding after being frustrated by this message myself is that the logger is calculating the message rate based _all_ incoming messages, not just those messages that meet the configured log level. i.e. there could be a flood of INFO messages while consumers are spinning up. There is no way of knowing if the dropped messages are above or below the configured log level (DEBUG, INFO, WARN, ERROR, etc).--Kevin
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
Hello,
The following fix has been merged: https://github.com/erlang-lager/lager/pull/499
Expect to see this ship with RabbitMQ 3.7.15
Thanks,
Luke
On Wednesday, April 17, 2019 at 12:43:17 PM UTC-7, Grigory Starinkin wrote:
Hi,This fix, I think, should be able to help with the incorrect counting:
My understanding after being frustrated by this message myself is that the logger is calculating the message rate based _all_ incoming messages, not just those messages that meet the configured log level. i.e. there could be a flood of INFO messages while consumers are spinning up. There is no way of knowing if the dropped messages are above or below the configured log level (DEBUG, INFO, WARN, ERROR, etc).--Kevin
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitm...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/58fcce81-c622-43a9-adc2-6ddfa3450cfc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.