I installed Node-RED a month ago and I'm testing it thoroughly.
For automatic startup, I'm using nssm.exe, which runs it as a service. This works very well, but there's a drawback: the connections made by the different clients aren't visible.
When starting with a command prompt session, the connection and disconnection logs were visible.
How can I see the connected clients once the service is running?
You haven't said what connections you are talking about. If you are talking about the flowfuse dashboard then I don't think it logs connections, only disconnections. I have always thought that a bit odd.
Hello,
yes, I was referring to the connections on the FlowFuse.
Indeed, we can see the disconnections, but not the connections, which is a real shame.
Perhaps there's a setting somewhere.
I'll run detailed logs with the -v argument to see if there's more information.