summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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