In Node-red I am recieving node-red data from TCP. I wanted to log the data recieved and the time. How can I log this in windows.
In windows how to log only tcp recived data in file with data recieved time
A debug node set to send to the console is the simplest way to log the data, unless that's not what you mean