From 4977137236e9d027e80dcd818f80509ee6846539 Mon Sep 17 00:00:00 2001 From: Minglei Jin Date: Tue, 23 Feb 2021 16:04:05 +0800 Subject: [PATCH] [TD-3044]: log *check global cfg completed* to grep count start times --- src/common/src/tglobal.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/src/tglobal.c b/src/common/src/tglobal.c index 5bb4a285f4..349ccb35ac 100644 --- a/src/common/src/tglobal.c +++ b/src/common/src/tglobal.c @@ -1555,6 +1555,8 @@ int32_t taosCheckGlobalCfg() { tsQueryBufferSizeBytes = tsQueryBufferSize * 1048576UL; } + uInfo(" check global cfg completed"); + uInfo("=================================="); taosPrintGlobalCfg(); return 0; -- GitLab