Like many RabbitMQ users, I see several large [MACHINE_NAME] -sasl.log files on my RabbitMQ sites that contain nothing but = PROGRESS REPORT ====.
The answer to the stock that I see flies around:
[{sasl,
[
{sasl_error_logger, false},
{errlog_type, error}
]}
].
... but, unfortunately, I never see a mention of where this configuration should be located. I tried to modify the rabbitmq.config file to include it, and also updated the start_sasl.scriptfile property env, but the log file is still populated with progress reports.
Could anyone suppress these logs on a windows machine?
source
share