Run RabbitMQ under ktrace(1)

This commit is contained in:
Jean-Sébastien Pédron 2025-02-21 18:11:37 +01:00
parent 79febc501b
commit 96069a84a7
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ start_rabbitmq_server() {
check_start_params
exec erl \
exec ktrace -di -t cint -f /tmp/n$RABBITMQ_NODENAME.out erl \
-pa "$RABBITMQ_SERVER_CODE_PATH" \
${RABBITMQ_START_RABBIT} \
-boot "${SASL_BOOT_FILE}" \