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');