From 7d8d7a78fda9cdb5972dc1de83338d3866adf44a Mon Sep 17 00:00:00 2001 From: Matthias Radestock Date: Thu, 26 Jan 2012 18:30:13 +0000 Subject: introduce log categories thus opening pandora's box this turned out to be simplest way of controlling the connection logging --- ebin/rabbit_app.in | 1 + 1 file changed, 1 insertion(+) (limited to 'ebin') 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}, -- cgit v1.2.1