Skip to content

Commit 31694c5

Browse files
committed
Add all log categories to example config mentioned on the configure page
1 parent 833a9da commit 31694c5

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/rabbitmq.config.example

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,15 @@
3838
%%
3939
%% {handshake_timeout, 10000},
4040

41-
%% Log levels (currently just used for connection logging).
42-
%% One of 'debug', 'info', 'warning', 'error' or 'none', in decreasing
43-
%% order of verbosity. Defaults to 'info'.
44-
%%
45-
%% {log_levels, [{connection, info}, {channel, info}]},
41+
%% Log levels in decreasing order of verbosity:
42+
%% * 'debug'
43+
%% * 'info'
44+
%% * 'warning'
45+
%% * 'error'
46+
%% * 'none'
47+
%% Defaults to '{connection, info}'
48+
%%
49+
%% {log_levels, [{channel, info}, {connection, info}, {federation, info}, {mirroring, info}]},
4650

4751
%% Set to 'true' to perform reverse DNS lookups when accepting a
4852
%% connection. Hostnames will then be shown instead of IP addresses

0 commit comments

Comments
 (0)