Change default log level.

This commit is contained in:
JoelKatz
2012-06-18 22:54:26 -07:00
parent 4afa11a6a6
commit a2cde8b462

View File

@@ -7,7 +7,7 @@
boost::recursive_mutex Log::sLock;
LogSeverity Log::sMinSeverity = lsWARNING;
LogSeverity Log::sMinSeverity = lsINFO;
std::ofstream* Log::outStream = NULL;