mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
core_tests: decrease trace level from trace to debug
It had become very, very spammy
This commit is contained in:
parent
4629ead8c5
commit
ea6549e9da
@ -51,7 +51,7 @@ int main(int argc, char* argv[])
|
||||
|
||||
//set up logging options
|
||||
mlog_configure(mlog_get_default_log_path("core_tests.log"), true);
|
||||
mlog_set_log_level(3);
|
||||
mlog_set_log_level(2);
|
||||
|
||||
po::options_description desc_options("Allowed options");
|
||||
command_line::add_arg(desc_options, command_line::arg_help);
|
||||
|
Loading…
Reference in New Issue
Block a user