coreybutler / node-windows

Windows support for Node.JS scripts (daemons, eventlog, UAC, etc).
Other
2.81k stars 356 forks source link

12/23/2022: Setting service.install() verbosity #331

Open downwater opened 1 year ago

downwater commented 1 year ago

When the service.install() method is called, a fair amount of details about the service are output in JSON format (including the password if a user account is set up for the service).

What would you think about setting the verbosity of this method to enable it or not?

coreybutler commented 1 year ago

I'm not opposed to that. I don't have time to do it, but if there were a simple enough PR, I'd accept this type of change.