Merge pull request #5252 from taosdata/enhance/TD-3044

[TD-3044]<enhance>: log *check global cfg completed* to grep count st…
This commit is contained in:
Shengliang Guan 2021-02-23 17:12:30 +08:00 committed by GitHub
commit 66aa819ed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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