Commit bacd3d15 authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

update logger: use sbi_srv instead of api_server

parent b4cdc378
......@@ -67,7 +67,7 @@ void Logger::_init(const char *app, const bool log_stdout,
m_smf_n4 = new _Logger("smf_n4 ", m_sinks, ss.str().c_str());
m_smf_n10 = new _Logger("smf_n10 ", m_sinks, ss.str().c_str());
m_smf_n11 = new _Logger("smf_n11 ", m_sinks, ss.str().c_str());
m_smf_api_server = new _Logger("api_server", m_sinks, ss.str().c_str());
m_smf_api_server = new _Logger("sbi_srv ", m_sinks, ss.str().c_str());
}
////////////////////////////////////////////////////////////////////////////////
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment