Closed erikreedstrom closed 6 years ago
We have recently upgraded to Elixir 1.7/OTP 21 and are now getting tons of log messages like this:
[supervisor: {#PID<0.3153.0>, :amqp_channel_sup}, started: [pid: #PID<0.3154.0>, name: :gen_consumer, mfargs: {:amqp_gen_consumer, :start_link, [:amqp_selective_consumer, [], {"client 10.1.89.41:48516 -> 52.91.27.170:5672", 1}]}, restart_type: :intrinsic, shutdown: 30000, child_type: :worker]]
No idea why these started coming in or how to shut them off. We get them for name: :gen_consumer, name: :channel, and `name: :writer. They log out on every single message that comes through.
name: :gen_consumer
name: :channel
`name: :writer
amqp_client version 3.6.16
3.6.16
This appear to be sasl logs that have been formatted and set to Logger proper. 🤔
No issue. https://github.com/pma/amqp/issues/106
We have recently upgraded to Elixir 1.7/OTP 21 and are now getting tons of log messages like this:
No idea why these started coming in or how to shut them off. We get them for
name: :gen_consumer
,name: :channel
, and`name: :writer
. They log out on every single message that comes through.amqp_client version
3.6.16