node-logger
node-logger copied to clipboard
Updated from deprecated 'sys' usage.
I got the following errors when trying to run logging:
(node:6264) [DEP0025] DeprecationWarning: sys is deprecated. Use util instead.
(node:6264) [DEP0026] DeprecationWarning: util.print is deprecated. Use console.log instead.
So did what I was told!