summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-03-24 15:58:25 +0100
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-03-24 15:58:25 +0100
commit619e58245f9d912fe7db915cbb2097483c6cb72f (patch)
tree15d4beedcc7d93e3c16bc72cfa0cc135645f9228 /docs
parent8114304057647986ed212658657dc2f2d51b488b (diff)
downloadrabbitmq-server-git-619e58245f9d912fe7db915cbb2097483c6cb72f.tar.gz
Add 'channel' as a new log category
For instance, one can use the following configuration to disable messages related to channels: [ {rabbit, [ {log_levels, [{channel, none}]} ]} ]. References #74.
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.config.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index c9329cf2c4..9b3855cd86 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -36,7 +36,7 @@
%% One of 'debug', 'info', 'warning', 'error' or 'none', in decreasing
%% order of verbosity. Defaults to 'info'.
%%
- %% {log_levels, [{connection, info}]},
+ %% {log_levels, [{connection, info}, {channel, info}]},
%% Set to 'true' to perform reverse DNS lookups when accepting a
%% connection. Hostnames will then be shown instead of IP addresses