Hi all.
I’m working with mosquitto 2.0.18 installed on Windows 11
To start the mosquitto broker I use a batch file with the following command
@echo off
start /d "<mosquitto_installation_folder_path>" mosquitto -v -c mosquitto.conf
After launching the previous command, mosquitto broker works correctly but does not appear any log window where I can see the mqtt transactions. Can someone tell me why?