LiuLiu 2 år sedan
förälder
incheckning
3cdd9b0600
1 ändrade filer med 3 tillägg och 1 borttagningar
  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"
   }