Merge pull request #1613

13dd102e mlog: fix default level/category mapping (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2017-01-22 11:50:04 -05:00
commit cccf4b9889
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -127,10 +127,10 @@ void mlog_set_log_level(int level)
settings = "*:WARNING,global:INFO,stacktrace:INFO";
break;
case 2:
settings = "*:INFO";
settings = "*:DEBUG";
break;
case 3:
settings = "*:DEBUG";
settings = "*:TRACE";
break;
case 4:
settings = "*:TRACE";