diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-03-26 12:29:07 +0100 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-03-26 12:29:07 +0100 |
| commit | f1838bb90c94fdf522fdb246e01a2c97841082de (patch) | |
| tree | 6f65d2b31a259fdc51ff2e37b9b0b011e0597e99 /docs/rabbitmq.config.example | |
| parent | ada55d3d3f04e909b267b69251a4de12148b69de (diff) | |
| parent | c4c4dc00acf3375eee5dfdb572d27e0a91f75061 (diff) | |
| download | rabbitmq-server-git-f1838bb90c94fdf522fdb246e01a2c97841082de.tar.gz | |
Merge branch 'stable'
Diffstat (limited to 'docs/rabbitmq.config.example')
| -rw-r--r-- | docs/rabbitmq.config.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index c9329cf2c4..9b3855cd86 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -36,7 +36,7 @@ %% One of 'debug', 'info', 'warning', 'error' or 'none', in decreasing %% order of verbosity. Defaults to 'info'. %% - %% {log_levels, [{connection, info}]}, + %% {log_levels, [{connection, info}, {channel, info}]}, %% Set to 'true' to perform reverse DNS lookups when accepting a %% connection. Hostnames will then be shown instead of IP addresses |
