node.js - Show all sections for node util.debuglog -


is there way show sections of node.js built-in uitl.debuglog?

let's want debuglog between multiple files covering different aspects. example, such controllers, services , more. set each's debuglog section respectively. node_debug can grossly long , if add new section, have restart nodemon.

i thought node_debug=* node app.js work doesnt.

never mind, i'm using debug now. allows debug=*


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -