jbrisbin / amqp_client

Rebar-friendly fork of rabbitmq-erlang-client
101 stars 118 forks source link

Log spam for child started events #41

Closed erikreedstrom closed 6 years ago

erikreedstrom commented 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.

amqp_client version 3.6.16

erikreedstrom commented 6 years ago

This appear to be sasl logs that have been formatted and set to Logger proper. 🤔

erikreedstrom commented 6 years ago

No issue. https://github.com/pma/amqp/issues/106