mirror of
https://github.com/monero-project/monero.git
synced 2025-07-27 00:05:37 -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
|
@ -125,7 +125,7 @@ int main(int argc, char* argv[])
|
|||
log_level = command_line::get_arg(vm, arg_log_level);
|
||||
block_stop = command_line::get_arg(vm, arg_block_stop);
|
||||
|
||||
mlog_configure("", true);
|
||||
mlog_configure("monero-blockchain-export", true);
|
||||
LOG_PRINT_L0("Starting...");
|
||||
|
||||
bool opt_testnet = command_line::get_arg(vm, arg_testnet_on);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue