mirror of
https://github.com/monero-project/monero.git
synced 2025-05-05 04:24:58 -04:00
fixups in logging init calls, and add missing net context in a log
This commit is contained in:
parent
ab69d5b367
commit
a480bf6b14
7 changed files with 7 additions and 6 deletions
|
@ -216,7 +216,7 @@ namespace
|
|||
int main(int argc, char** argv)
|
||||
{
|
||||
//set up logging options
|
||||
mlog_configure(mlog_get_default_log_path("core_tests.log"), true);
|
||||
mlog_configure(mlog_get_default_log_path("net_load_tests_srv.log"), true);
|
||||
|
||||
size_t thread_count = (std::max)(min_thread_count, std::thread::hardware_concurrency() / 2);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue