I have installed Node Red as a windows 10 service using the NSSM method.
Is it possible to add a console to see my log messages in realtime?
I have installed Node Red as a windows 10 service using the NSSM method.
Is it possible to add a console to see my log messages in realtime?
A quick Google search finds you can tell nssm to write stdout to a file, if it doesn't already.
thanks, that and a log tail with powershell does the job