Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxsql
/ GetSvrLogPath
Method
GetSvrLogPath
phxsqlproxy/phxsqlproxyconfig.cpp:139–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
139
const char * PHXSqlProxyConfig::GetSvrLogPath() {
140
return log_path_.c_str();
141
}
142
143
int PHXSqlProxyConfig::GetSvrLogFileMaxSize() {
144
return log_file_max_size_;
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected