mirror of
https://github.com/monero-project/monero.git
synced 2024-12-23 03:59:33 +00:00
performance_tests: don't override log level to 0
This commit is contained in:
parent
ab85b924c9
commit
cb1cc757ba
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ int main(int argc, char** argv)
|
|||
set_thread_high_priority();
|
||||
|
||||
mlog_configure(mlog_get_default_log_path("performance_tests.log"), true);
|
||||
mlog_set_log_level(0);
|
||||
|
||||
po::options_description desc_options("Command line options");
|
||||
const command_line::arg_descriptor<std::string> arg_filter = { "filter", "Regular expression filter for which tests to run" };
|
||||
|
|
Loading…
Reference in a new issue