-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
The management of process.env.DEBUG without searching to match a namespace isn't ideal when you develop a CLI with module debug
Indeed, when I try to debug my CLI a have a lot of message from ssllabs that I didn't want at this moment:
Line 220 :
process.env.DEBUG && console.log(`ASSESSMENTS: ${api.info.currentAssessments}/${api.info.maxAssessments}`);Line 272 :
process.env.DEBUG && console.log(httpOptions);Line 293 :
process.env.DEBUG && console.log(data);I will try to make a PR to implement debug module if you are agree with it
Metadata
Metadata
Assignees
Labels
No labels