mirror of
https://github.com/monero-project/monero.git
synced 2025-07-27 00:55:30 -04:00
tools: set requested log level
also move a couple logs from INFO to DEBUG
This commit is contained in:
parent
cb54eeaa31
commit
142e5e1eb4
3 changed files with 4 additions and 2 deletions
|
@ -126,6 +126,7 @@ int main(int argc, char* argv[])
|
|||
block_stop = command_line::get_arg(vm, arg_block_stop);
|
||||
|
||||
mlog_configure("monero-blockchain-export", true);
|
||||
mlog_set_log(std::string(std::to_string(log_level) + ",bcutil:INFO").c_str());
|
||||
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