Explorar el Código

update env.prod.js

Yuki Takei hace 6 años
padre
commit
1a1be89d56
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      config/env.prod.js

+ 1 - 1
config/env.prod.js

@@ -1,6 +1,6 @@
 module.exports = {
   NODE_ENV: 'production',
-  FORMAT_NODE_LOG: true,
+  // FORMAT_NODE_LOG: false, // default: true
 
   'growi:routes:login-passport': 'debug',
   'growi:service:PassportService': 'debug',