How to get a console log when Node Red runs as a windows service?

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.

https://nssm.cc/usage

2 Likes

thanks, that and a log tail with powershell does the job