Skip to content

Commit 2f382d9

Browse files
rabbitmq.conf.example edits
1 parent 34ca756 commit 2f382d9

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

deps/rabbit/docs/rabbitmq.conf.example

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -881,12 +881,20 @@
881881

882882

883883
#
884-
# HTTP Dispatch
884+
# Common management and Prometheus settings
885885
#
886886

887-
## Log all HTTP API requests to a directory.
888-
## This applies to all HTTP-based plugins (management, prometheus, etc.).
889-
## Falls back to management.http_log_dir when not set.
887+
## Relevant doc guides:
888+
##
889+
## https://www.rabbitmq.com/docs/management
890+
## https://www.rabbitmq.com/docs/prometheus
891+
892+
## Log all requests to HTTP API to a file using the standard Apache Web server log format.
893+
## This enabled HTTP API request logging for both `rabbitmq_management` and `rabbitmq_prometheus` plugins.
894+
##
895+
## As of 4.3.0, the log rotation settings will apply to these files.
896+
##
897+
## The management plugin will fall back to `management.http_log_dir` when this setting is not set.
890898
##
891899
# http_dispatch.access_log_dir = /path/to/log/dir
892900

0 commit comments

Comments
 (0)