Fix the issue #121, Output dataDir in the log file
This commit is contained in:
parent
7270de4ca2
commit
bc6bdc1b69
|
@ -780,6 +780,7 @@ void tsPrintGlobalConfig() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pPrint(" dataDir: %s", dataDir);
|
||||||
tsPrintOsInfo();
|
tsPrintOsInfo();
|
||||||
|
|
||||||
pPrint("==================================");
|
pPrint("==================================");
|
||||||
|
|
Loading…
Reference in New Issue