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

Remove `console.log` left in "winsw.js" file

Open brugaspar opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. Every time I install a service, a log appears, showing the "xml" and "config" objects. If this is intentional, I think it should have a "silent" setting to ignore this log. If not, it should be removed.

Additional context The log is in the file "winsw.js", on line 77.

Image

brugaspar avatar Mar 19 '25 15:03 brugaspar

Just ran into this same thing. UGH!

I guess we can monkey-patch console.log to call our own function, but what an ugly hack.

Can somebody with a Twitter account contact the author? He may respond on Twitter: http://twitter.com/goldglovecb

Looks like he does not respond to GitHub pings.

jhuckaby avatar Sep 04 '25 01:09 jhuckaby