[TD-3044]<enhance>: log *check global cfg completed* to grep count start times

This commit is contained in:
Minglei Jin 2021-02-23 16:04:05 +08:00
parent 16dfe58052
commit 4977137236
1 changed files with 2 additions and 0 deletions

View File

@ -1555,6 +1555,8 @@ int32_t taosCheckGlobalCfg() {
tsQueryBufferSizeBytes = tsQueryBufferSize * 1048576UL; tsQueryBufferSizeBytes = tsQueryBufferSize * 1048576UL;
} }
uInfo(" check global cfg completed");
uInfo("==================================");
taosPrintGlobalCfg(); taosPrintGlobalCfg();
return 0; return 0;