File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments