summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Sebastien Pedron <jean-sebastien@rabbitmq.com>2015-01-08 15:12:46 +0100
committerJean-Sebastien Pedron <jean-sebastien@rabbitmq.com>2015-01-08 15:12:46 +0100
commitd0224bc10a72069d97b81d8a6e50cdcaf7134853 (patch)
tree63e3d4d17162af31d0ef7288e1561d4962223583
parentda1ca8bff59fd63f41f48abb1e9c43d6f7f31bcb (diff)
downloadrabbitmq-server-d0224bc10a72069d97b81d8a6e50cdcaf7134853.tar.gz
Add 'debug' to the valid log_levels in rabbitmq.config.example
-rw-r--r--docs/rabbitmq.config.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index 63540568..fdb166ea 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -33,8 +33,8 @@
%% {handshake_timeout, 10000},
%% Log levels (currently just used for connection logging).
- %% One of 'info', 'warning', 'error' or 'none', in decreasing order
- %% of verbosity. Defaults to 'info'.
+ %% One of 'debug', 'info', 'warning', 'error' or 'none', in decreasing
+ %% order of verbosity. Defaults to 'info'.
%%
%% {log_levels, [{connection, info}]},