RabbitMQ logs are not getting written to Installer path i.e default logs directory "<SAM_BASE>/smarts/local/logs" instead it is getting saved under /var/log/rabbitmq/
TCSA DM - 2.4
It is a bug as RABBITMQ_LOGS variable is missing in config file.
To resolve this issue, perform the below steps;
./sm_service stop <rabbitmq service>
<SAM_BASE>/smarts/bin/system/directory, open sm_rabbitmq file.export RABBITMQ_MNESIA_DIR
export RABBITMQ_LOGS
right below to line number 4, see screenshot for reference:./sm_service start <rabbitmq service>
<SAM_BASE>/smarts/local/logs.