node-windows icon indicating copy to clipboard operation
node-windows copied to clipboard

Add daemon option to suppress warning logs

Open jkomoda opened this issue 1 year ago • 0 comments

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.

jkomoda avatar May 01 '24 04:05 jkomoda