summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.conf.example8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example
index 834ed4ceeb..e0023aef4c 100644
--- a/docs/rabbitmq.conf.example
+++ b/docs/rabbitmq.conf.example
@@ -674,13 +674,13 @@
##
# log.dir = /var/log/rabbitmq
-## Logging to rabbit amq.rabbitmq.log exchange (can be true or false)
+## Logging to the amq.rabbitmq.log exchange (can be true or false)
##
-# log.rabbit = false
+# log.exchange = false
-## Loglevel to log to amq.rabbitmq.log exchange
+## Log level to use when logging to the amq.rabbitmq.log exchange
##
-# log.rabbit.level = info
+# log.exchange.level = info
## Logging to console (can be true or false)
##