Changed: No more log in stdout, only in log file

This commit is contained in:
vl 2010-07-26 11:18:56 +02:00
parent b2b419ad5b
commit ead0de9e63

View file

@ -345,6 +345,12 @@ int main(int argc, char **argv)
// init the Nel context
CApplicationContext *appContext = new CApplicationContext;
createDebug();
INelContext::getInstance().getDebugLog()->removeDisplayer("DEFAULT_SD");
INelContext::getInstance().getInfoLog()->removeDisplayer("DEFAULT_SD");
INelContext::getInstance().getWarningLog()->removeDisplayer("DEFAULT_SD");
// if client_default.cfg is not in current directory, use application default directory
if (!CFile::isExists("client_default.cfg"))
{