LiuLiu 3 년 전
부모
커밋
3cdd9b0600
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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"
   }