Hi Team,
I’m configuring RabbitMQ 4.1.0 (Open Source) and reviewing logging from a security monitoring and audit perspective.
Below is the configuration i am planning on setting up:
log.file = /var/log/rabbitmq/rabbit.log
log.file.level = info
log.file.formatter = text
log.file.rotation.date = $D0
log.file.rotation.count = 10
log.file.rotation.compress = true
# Security-relevant categories
log.connection.level = warning
log.channel.level = warning
log.queue.level = warning
log.federation.level = warning
log.upgrade.level = warning
log.default.level = warning
I have a few specific questions: