summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2012-01-26 18:30:13 +0000
committerMatthias Radestock <matthias@rabbitmq.com>2012-01-26 18:30:13 +0000
commit7d8d7a78fda9cdb5972dc1de83338d3866adf44a (patch)
tree44a72977acf280b244c9a0b9a644c6beade92d1e /ebin
parent0c5e6b6a16229a59a42a28ef3feb3802b7ee32c3 (diff)
downloadrabbitmq-server-git-7d8d7a78fda9cdb5972dc1de83338d3866adf44a.tar.gz
introduce log categories
thus opening pandora's box this turned out to be simplest way of controlling the connection logging
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rabbit_app.in1
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},