mlog: make MONERO_LOGS env var understand N,logs type spec
This commit is contained in:
parent
605ad09a3e
commit
a02d745844
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ void mlog_configure(const std::string &filename_base, bool console)
|
|||
{
|
||||
monero_log = get_default_categories(0);
|
||||
}
|
||||
mlog_set_categories(monero_log);
|
||||
mlog_set_log(monero_log);
|
||||
}
|
||||
|
||||
void mlog_set_categories(const char *categories)
|
||||
|
|
Loading…
Reference in a new issue