mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-06-06 08:21:01 +03:00
fix getlogconfig issue, not show any configured
This commit is contained in:
parent
c5933636d6
commit
e76bb8eba0
@ -3245,6 +3245,7 @@ int ProcessMonitor::getConfigLog()
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
string logFile = oam::LogFile[i];
|
string logFile = oam::LogFile[i];
|
||||||
|
logFile = logFile.substr(14, 80);
|
||||||
|
|
||||||
string::size_type pos = buf.find(logFile,0);
|
string::size_type pos = buf.find(logFile,0);
|
||||||
if (pos != string::npos) {
|
if (pos != string::npos) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user