Skip to content

Verbose logging to stdout when application starts #110

@AndrewDryga

Description

@AndrewDryga

Hi, we are seeing very verbose logging when :amqp application starts:

12:29:58.631 [info] [supervisor: {#PID<0.271.0>, :amqp_channel_sup}, started: [pid: #PID<0.274.0>, name: :writer, mfargs: {
:rabbit_writer, :start_link, [#Port<0.609>, 1, 131072, :rabbit_framing_amqp_0_9_1, #PID<0.273.0>, {"client 127.0.0.1:60871
-> 127.0.0.1:5672", 1}]}, restart_type: :transient, shutdown: 30000, child_type: :worker]]
12:29:58.646 [info] [supervisor: {#PID<0.278.0>, :amqp_channel_sup}, started: [pid: #PID<0.279.0>, name: :gen_consumer, mfa
rgs: {:amqp_gen_consumer, :start_link, [:amqp_selective_consumer, [], {"client 127.0.0.1:60871 -> 127.0.0.1:5672", 2}]}, re
start_type: :intrinsic, shutdown: 30000, child_type: :worker]]
12:29:58.646 [info] [supervisor: {#PID<0.278.0>, :amqp_channel_sup}, started: [pid: #PID<0.280.0>, name: :channel, mfargs:
{:amqp_channel, :start_link, [:network, #PID<0.261.0>, 2, #PID<0.279.0>, {"client 127.0.0.1:60871 -> 127.0.0.1:5672", 2}]},
 restart_type: :intrinsic, shutdown: 30000, child_type: :worker]]
12:29:58.647 [info] [supervisor: {#PID<0.278.0>, :amqp_channel_sup}, started: [pid: #PID<0.281.0>, name: :writer, mfargs: {
:rabbit_writer, :start_link, [#Port<0.609>, 2, 131072, :rabbit_framing_amqp_0_9_1, #PID<0.280.0>, {"client 127.0.0.1:60871
-> 127.0.0.1:5672", 2}]}, restart_type: :transient, shutdown: 30000, child_type: :worker]]
..

Version we are using: 1.0.0-pre.2 (last one before lager was introduced).
Elixir version:

Erlang/OTP 21 [erts-10.0.4] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe] [dtrace]

Elixir 1.7.2 (compiled with Erlang/OTP 21)

SASL is disabled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions