I am running by node js server as a windows service using a node module node-windows
I am able to start my server as a service but what if I want to see logs which my node server dumps in frequent intervals.
I am running by node js server as a windows service using a node module node-windows
I am able to start my server as a service but what if I want to see logs which my node server dumps in frequent intervals.
node-windows is a wrapper, so what you're trying to do is only possible if you write the logging logic into your server.