summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGerhard Lazu <gerhard@lazu.co.uk>2017-09-19 09:30:59 +0100
committerGerhard Lazu <gerhard@lazu.co.uk>2017-09-19 09:30:59 +0100
commit31694c50fa5205347d82944e7c14922dd96672b7 (patch)
tree00289471ba8cce1eddd2ea6c3336ed6c59a19131 /docs
parent833a9da2567867775833e19973c31f732a459464 (diff)
downloadrabbitmq-server-git-31694c50fa5205347d82944e7c14922dd96672b7.tar.gz
Add all log categories to example config mentioned on the configure page
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.config.example14
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index 3e4bedf638..958eec3df8 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -38,11 +38,15 @@
%%
%% {handshake_timeout, 10000},
- %% Log levels (currently just used for connection logging).
- %% One of 'debug', 'info', 'warning', 'error' or 'none', in decreasing
- %% order of verbosity. Defaults to 'info'.
- %%
- %% {log_levels, [{connection, info}, {channel, info}]},
+ %% Log levels in decreasing order of verbosity:
+ %% * 'debug'
+ %% * 'info'
+ %% * 'warning'
+ %% * 'error'
+ %% * 'none'
+ %% Defaults to '{connection, info}'
+ %%
+ %% {log_levels, [{channel, info}, {connection, info}, {federation, info}, {mirroring, info}]},
%% Set to 'true' to perform reverse DNS lookups when accepting a
%% connection. Hostnames will then be shown instead of IP addresses