zhangweicheng 5 years ago
parent
commit
f3a9a13f0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pm2.json

+ 1 - 1
pm2.json

@@ -3,7 +3,7 @@
       "name": "constructioncost",
       "script": "server.js",
       "output": "/home/logs/out.log",
-      "error": "/home/logs/out.log",
+      "error": "/home/logs/err.log",
       "exec_mode": "cluster_mode",                
       "instances": 3, 
       "merge_logs": true