Add the ability to configure the logging options for the rabbitmq-server via the rabbitmq_log variable and key-value pairs Change-Id: If9f28f29311150ed7b8ba61d2ddf7e12ca07d3c4
10 lines
322 B
YAML
10 lines
322 B
YAML
---
|
|
|
|
features:
|
|
- |
|
|
Add the abbility to configure the logging options with the variable
|
|
``rabbitmq_log`` of the rabbitmq-server using key-value pairs. The
|
|
default values for journald (true) and file (false) are keept but
|
|
more options (see https://www.rabbitmq.com/logging.html) can be
|
|
configured now.
|