As with many RabbitMQ users, I'm seeing some large [MACHINE_NAME]-sasl.log files on my RabbitMQ nodes, containing nothing but =PROGRESS REPORT==== entries.
The stock answer I see flying around, is:
[{sasl,
[
{sasl_error_logger, false},
{errlog_type, error}
]}
].
...but unfortunately, I never see mention of where this configuration needs to be placed. I've tried modifying the rabbitmq.config file to include it and also updated the start_sasl.script
file's env
property but the log file is still getting populated with progress reports.
Has anyone managed to suppress these logs on a Windows machine?