Fix log level being forced to warning

This code shouldn't be here; the log level was already set to its proper
default value via the earlier FromConfig call.
This commit is contained in:
Jason Rhinelander 2022-07-21 11:34:11 -03:00
parent 3a97acfb51
commit 6df83b613d
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262
1 changed files with 0 additions and 2 deletions

View File

@ -1401,8 +1401,6 @@ namespace llarp
}
});
}
if (log::get_level_default() != log::Level::off)
log::reset_level(log::Level::warn);
return _running;
}