Use proper variable name for setting LOG_BASE

According to https://www.rabbitmq.com/man/rabbitmq-env.conf.5.man.html,
rabbitmq-env.conf should contain variables without RABBITMQ_ prefix.
Prefixed version works just by an accident (as we've seen with
CTL_ERL_ARGS, where prefixed version is just ignored).

Change-Id: Ideb6967749efa8ba615cd5ab24df630d2ac526fc
This commit is contained in:
Alexey Lebedeff 2017-01-27 15:11:33 +03:00
parent 6660baeb8e
commit 7e0ea13b6c
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
NODENAME=rabbit@{{ network_topology["private"]["address"] }}
USE_LONGNAME=true
RABBITMQ_LOG_BASE=/var/log/ccp/rabbitmq
LOG_BASE=/var/log/ccp/rabbitmq