From c967d2a975b1e30978c2d92c8535246a9c8f8653 Mon Sep 17 00:00:00 2001 From: aceld Date: Thu, 25 Apr 2019 18:13:23 +0800 Subject: [PATCH] add log config --- zinx_app_demo/mmo_game/conf/zinx.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zinx_app_demo/mmo_game/conf/zinx.json b/zinx_app_demo/mmo_game/conf/zinx.json index 4ebe2cd..21c5721 100644 --- a/zinx_app_demo/mmo_game/conf/zinx.json +++ b/zinx_app_demo/mmo_game/conf/zinx.json @@ -3,5 +3,7 @@ "Host":"0.0.0.0", "TcpPort":8999, "MaxConn":3000, - "WorkerPoolSize":10 + "WorkerPoolSize":10, + "LogDir": "./mmo_game_log", + "LogFile":"mmo_game.log" }