From 1e2326cd8c9c3857837b4aee1aef236a12298d23 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 9 Nov 2022 10:57:01 +0800 Subject: [PATCH] 1 --- server/gameserver/app.cc | 2 +- third_party/framework | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/gameserver/app.cc b/server/gameserver/app.cc index 89f741b0..ab8ec6b9 100644 --- a/server/gameserver/app.cc +++ b/server/gameserver/app.cc @@ -227,7 +227,7 @@ bool App::Init(int argc, char* argv[]) HandlerMgr::Instance()->Init(); a8::Timer::Instance()->Init(); f8::MsgQueue::Instance()->Init(); - f8::TGLog::Instance()->Init(a8::Format(PROJ_NAME_FMT, {GAME_ID}), false); + f8::TGLog::Instance()->Init(a8::Format(PROJ_NAME_FMT, {GAME_ID}), false, 0); f8::HttpClientPool::Instance()->Init(MAX_ALL_HTTP_NUM, MAX_SYS_HTTP_NUM, MAX_USER_HTTP_NUM); SkillHelper::Init(); JsonDataMgr::Instance()->Init(); diff --git a/third_party/framework b/third_party/framework index a82a7840..7cba21ca 160000 --- a/third_party/framework +++ b/third_party/framework @@ -1 +1 @@ -Subproject commit a82a78407b315673632091fdfa51cfeda628fce7 +Subproject commit 7cba21ca6446d4cbd1baa5858ddb8038010a5cdf