Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion rabbitmq.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
log.console = true
log.console.level = warning
log.console.level = warning

# Disable the deprecated management metrics collector so RabbitMQ stops logging
# the `management_metrics_collection` deprecation warning on startup. The
# management UI (port 15672) still works for managing queues, exchanges and
# connections; only the built-in metric charts are disabled.
management_agent.disable_metrics_collector = true
deprecated_features.permit.management_metrics_collection = false