beachball icon indicating copy to clipboard operation
beachball copied to clipboard

Change the logging to a proper logger instead of console.log everywhere!

Open kenotron opened this issue 4 years ago • 4 comments

This should allow someone to filter out "trace" level messages if they don't want to see those.

kenotron avatar Feb 04 '21 16:02 kenotron

cc @ling1726, will be of interest to you. We can in fact pair on this if you want.

kubkon avatar Feb 12 '21 11:02 kubkon

something standard like https://www.npmjs.com/package/debug should do the job quite well and without hard effort.

Hotell avatar Feb 16 '21 13:02 Hotell

@hotell, do you have a strong opinion here about debug as a lib? I was going to use whatever npm was using (npmlog?).

kenotron avatar Feb 23 '21 20:02 kenotron

Update: I'm very interesting in contribution here to move to using "debug".

kenotron avatar Apr 15 '21 17:04 kenotron