I am using Erlang version 25.2.3 and RabbitMQ version 3.11.10. I am using a .exe installer to install it on a Windows machine silently. I want to generate logs for the installation by using RabbitMQ installers.
I know, I can generate logs for the installation if I use a .msi type installer (e.g. MongoDB) using the below steps to generate logs for .msi type installation:
But I am unable to do that for the RabbitMQ installer.
I tried the following steps to generate logs for RabbitMQ installation. But it didn't generate any installation log.
How can I generate logs for the installation of RabbitMQ?
Best Regards,
Asif