Merge pull request #2108 from akallabeth/wlog_default_level

Setting default WLog_Level to INFO.
This commit is contained in:
Martin Fleisz 2014-09-17 10:53:11 +02:00
commit 375955bb6f

View File

@ -521,7 +521,7 @@ wLog* WLog_New(LPCSTR name, wLog* rootLogger)
}
else
{
log->Level = WLOG_WARN;
log->Level = WLOG_INFO;
nSize = GetEnvironmentVariableA("WLOG_LEVEL", NULL, 0);
if (nSize)