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:
commit
66aa819ed8
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue