This was right before.

This commit is contained in:
JoelKatz
2012-10-28 18:39:10 -07:00
parent a893ee686f
commit d04ac0299b

View File

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