From 3380bda9a6a7569411f590f84624f4ca01f20eb5 Mon Sep 17 00:00:00 2001 From: zhl Date: Fri, 18 Dec 2020 13:06:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=90=AF=E5=8A=A8=E8=84=9A?= =?UTF-8?q?=E6=9C=AC,=20=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecosystem.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ecosystem.config.js b/ecosystem.config.js index 338f661..ce5f720 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -15,6 +15,8 @@ module.exports = { watch : true, // optional instances : 2, exec_mode : 'fork', // IMPORTANT: do not use cluster mode. + // error_file : '', // error日志路径 + // out_file : '', // out日志路径 env: { DEBUG: "colyseus:errors,colyseus:matchmaking,jc:*", NODE_ENV: "production", @@ -27,6 +29,8 @@ module.exports = { watch : true, // optional instances : 1, exec_mode : 'fork', // IMPORTANT: do not use cluster mode. + // error_file : '', // error日志路径 + // out_file : '', // out日志路径 env: { DEBUG: "colyseus:errors,jc:*", NODE_ENV: "production",