Clean up some klogging annoyances.

This commit is contained in:
JoelKatz
2012-10-24 12:26:50 -07:00
parent 60fb930546
commit ab5afd223e
6 changed files with 14 additions and 13 deletions

View File

@@ -72,7 +72,6 @@ void Application::run()
if (!theConfig.DEBUG_LOGFILE.empty())
{ // Let DEBUG messages go to the file but only WARNING or higher to regular output
Log::setLogFile(theConfig.DEBUG_LOGFILE);
Log::setMinSeverity(lsWARNING);
LogPartition::setSeverity(lsDEBUG);
}