diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2015-01-22 12:06:39 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2015-01-22 12:06:39 +0000 |
| commit | 358ccf68180357b4471ce06f87828b9f4d89a214 (patch) | |
| tree | e30d74bedee55a2aeea649af1e8325e3a2510e45 /docs/rabbitmq.config.example | |
| parent | 86895beb9c059fd9a3f56cf2f014a64dc2c8c7aa (diff) | |
| parent | 9b833f66a6323566dc4a9e8e9395696e6a2c36b1 (diff) | |
| download | rabbitmq-server-git-358ccf68180357b4471ce06f87828b9f4d89a214.tar.gz | |
stable to default
Diffstat (limited to 'docs/rabbitmq.config.example')
| -rw-r--r-- | docs/rabbitmq.config.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index 63540568f1..fdb166ea70 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}]}, |
