Where do I find rabbitmq logs on a Monolith install?

I'm troubleshooting and wondered where rabbitmq logs are kept.
cchq monolith service rabbitmq logs
returns:

Logs can be found at:
/var/log/rabbitmq/rabbit@.log

...however /var/log/rabbitmq does not exist on my system

The only files / directories named rabbitmq in the name are:

/usr/share/filebeat/module/rabbitmq
/usr/local/lib/python3.6/dist-packages/ansible_collections/community/rabbitmq
/home/ccc/.virtualenvs/cchq/lib/python3.6/site-packages/ansible/modules/messaging/rabbitmq
/home/ccc/commcare-cloud/src/commcare_cloud/ansible/roles/rabbitmq
/home/ccc/commcare-cloud/docs/services/rabbitmq

Thanks

Just to add to this, the check for celery logs outputs the following:

Logs can be found at:
/home/cchq/www/monolith/log/celery_*.log

...which excludes /home/cchq/www/monolith/log/celerybeat.log. I assume it should output /home/cchq/www/monolith/log/celery*.log

Thanks!