core_tests: decrease trace level from trace to debug

It had become very, very spammy
This commit is contained in:
moneromooo-monero 2017-01-28 09:02:19 +00:00
parent 4629ead8c5
commit ea6549e9da
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3

View file

@ -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);