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
Post a Comment