DEV Community

Discussion on: Remove all console.log()s using Regex in Atom

Collapse
 
joegaudet profile image
Joe Gaudet

As per the example I included, usually you'd set the log level through an env variable. This would let you boot set a deployed app to debug / trace level without redploying.

As per: 12factor.net/config