I’d like to be able to view the real time activities happening on my Mosquitto MQTT broker which is running automatically via systemd. The only way I know to view the verbose output is to killall mosquitto and then start it again with “mosquitto -v”
Is there a way to view the output when it’s run from systemd?