Hi Michael,
I have configured the log rotate settings in Advanced.config file as below in RabbitMQ 3.7.12 on Erlang 21.3 on Windows machine,
{lager, [
{handlers, [
{lager_file_backend, [{file, "MyRabbit.log"},
{ level, debug},
{date, "$H00"},
{size, 10485760},
{count, 3}
]}]}
]}
However, log files getting rotated for the first hour but from the next hour there is no log collection happening and created new file remains empty.
for example as shown in the below screen , log.0 and log.1 are new files of 2 hours but both are empty.

So, As you said that a problem in the logging library we use and RabbitMQ will ship an updated version starting with 3.7.14
Is it expected behavior in 3.7.12 ?
Can I know about 3.7.14 version release plan (Approximately) ?
Thanks
Badri