LiuLiu 2 years ago
parent
commit
3cdd9b0600
1 changed files with 3 additions and 1 deletions
  1. 3 1
      pm2.config.json

+ 3 - 1
pm2.config.json

@@ -10,5 +10,7 @@
     ],
     "watch_options": {
       "followSymlinks": false
-    }
+    },
+    "error_file" : "./logs/app-err.log",
+    "out_file"   : "./logs/app-out.log"
   }