diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2012-02-06 15:15:50 +0000 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2012-02-06 15:15:50 +0000 |
| commit | 4eb2a5282a77f7b73e1f9b94e368b6ca3b81129d (patch) | |
| tree | 2d02de39f0877a41df3c7b16025c26a169651e0a /ebin | |
| parent | a5143916e5069d3d97438008187784f3761fd4a4 (diff) | |
| parent | c16d3a27f9eabefab3a6d7e248997ee837819127 (diff) | |
| download | rabbitmq-server-git-4eb2a5282a77f7b73e1f9b94e368b6ca3b81129d.tar.gz | |
merge default into bug20337
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 9301af6bdc..2fee1114aa 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -37,6 +37,7 @@ {auth_backends, [rabbit_auth_backend_internal]}, {delegate_count, 16}, {trace_vhosts, []}, + {log_levels, [{connection, info}]}, {tcp_listen_options, [binary, {packet, raw}, {reuseaddr, true}, |
