node-windows
node-windows copied to clipboard
Add daemon option to suppress warning logs
Raised along side this PR - Prevent security scanner from killing wrapper with ECONNRESET #277
Adds an option disableWarningLogs field when creating the daemon service in the install script. This value is false by default (all warning logs will be sent to event log). When set to true no warning logs are sent to the event log.