0

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.

Anand Gupta
  • 366
  • 2
  • 6

1 Answers1

0

node-windows is a wrapper, so what you're trying to do is only possible if you write the logging logic into your server.

Corey
  • 5,133
  • 3
  • 23
  • 24