node.s的生产模式中的Console.log

时间:2017-11-23 06:55:05

标签: node.js console

我在node.js中创建api,当我将代码投入生产时,console.log(" hello")无效。甚至没有显示"你好"在终端上。

提前致谢

1 个答案:

答案 0 :(得分:0)

console.log("hello")应显示在包括您的作品在内的所有环境中。

基本上,您应该避免使用console.log并使用其他模块,例如debug。然后,您可以使用DEBUG env变量

轻松地根据环境打开/关闭