aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-01-09 13:57:01 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-09-11 13:37:16 +0000
commitcb1cc757ba5ff5eafe496062583d93e867e14e74 (patch)
treefd68223c642b0b34c57830a6c1c6c27786a62f25
parentMerge pull request #4293 (diff)
downloadmonero-cb1cc757ba5ff5eafe496062583d93e867e14e74.tar.xz
performance_tests: don't override log level to 0
-rw-r--r--tests/performance_tests/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/performance_tests/main.cpp b/tests/performance_tests/main.cpp
index 1733e3409..5fe8263b2 100644
--- a/tests/performance_tests/main.cpp
+++ b/tests/performance_tests/main.cpp
@@ -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" };