修改启动脚本, 减少日志
This commit is contained in:
parent
b6a3c6a2ab
commit
211485ce74
@ -22,7 +22,8 @@ module.exports = {
|
|||||||
// out_file : '', // out日志路径
|
// out_file : '', // out日志路径
|
||||||
env: {
|
env: {
|
||||||
PORT: 4000,
|
PORT: 4000,
|
||||||
DEBUG: "colyseus:errors,colyseus:matchmaking,jc:*",
|
// DEBUG: "colyseus:errors,colyseus:matchmaking,jc:*",
|
||||||
|
DEBUG: "colyseus:errors,jc:*",
|
||||||
NODE_ENV: "production",
|
NODE_ENV: "production",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user