1
0
Fork 0
forked from lthn/blockchain

more detailed message in set-log option

This commit is contained in:
cryptozoidberg 2022-07-08 17:35:14 +02:00
parent 30d9d190e1
commit 5b80a22157
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -2059,8 +2059,9 @@ int main(int argc, char* argv[])
// }
if (command_line::has_arg(vm, command_line::arg_log_level))
{
LOG_PRINT_L0("Setting log level = " << command_line::get_arg(vm, command_line::arg_log_level));
log_space::get_set_log_detalisation_level(true, command_line::get_arg(vm, command_line::arg_log_level));
LOG_PRINT_L0("Setting log level = " << command_line::get_arg(vm, command_line::arg_log_level));
message_writer(epee::log_space::console_color_white, true) << "Setting log level = " << command_line::get_arg(vm, command_line::arg_log_level);
}