From d34a72d419ad4c333877ff5d21962372525d031d Mon Sep 17 00:00:00 2001 From: liangtongchuan Date: Thu, 29 Apr 2021 20:06:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=EF=BC=9A=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=20game-server=20=E6=B5=8B=E8=AF=95=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/app.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game-server/app.ts b/game-server/app.ts index 0eed6ea1a..cd6c5504f 100644 --- a/game-server/app.ts +++ b/game-server/app.ts @@ -210,8 +210,8 @@ app.configure(ALL_ENVS, function () { }); }); - -app.configure('development', function () { +// TODO: 所有环境打开监听模块和日志 +app.configure(ALL_ENVS, function () { // enable the system monitor modules app.enable('systemMonitor'); app.enable('rpcDebugLog');