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.
pull/1965/head
Jason Rhinelander 2 years ago
parent 3a97acfb51
commit 6df83b613d
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262

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

Loading…
Cancel
Save