From 211485ce74c7149db134933d93ca7d801a445c27 Mon Sep 17 00:00:00 2001 From: zhl Date: Mon, 1 Feb 2021 16:28:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=AF=E5=8A=A8=E8=84=9A?= =?UTF-8?q?=E6=9C=AC,=20=E5=87=8F=E5=B0=91=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecosystem.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index a8ef42a..68dd663 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -22,7 +22,8 @@ module.exports = { // out_file : '', // out日志路径 env: { PORT: 4000, - DEBUG: "colyseus:errors,colyseus:matchmaking,jc:*", + // DEBUG: "colyseus:errors,colyseus:matchmaking,jc:*", + DEBUG: "colyseus:errors,jc:*", NODE_ENV: "production", } },