diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-01-16 08:41:33 -0500 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-01-16 08:41:33 -0500 |
commit | 71ac698b78acd3719d572a881c377db62c15c62f (patch) | |
tree | 055da82cbf0c2ccf7d357aeaf83955041140c122 /tests/unit_tests | |
parent | Merge pull request #1584 (diff) | |
parent | fixups in logging init calls, and add missing net context in a log (diff) | |
download | monero-71ac698b78acd3719d572a881c377db62c15c62f.tar.xz |
Merge pull request #1585
a480bf6b fixups in logging init calls, and add missing net context in a log (moneromooo-monero)
Diffstat (limited to '')
-rw-r--r-- | tests/unit_tests/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit_tests/main.cpp b/tests/unit_tests/main.cpp index 856e81857..e552976a6 100644 --- a/tests/unit_tests/main.cpp +++ b/tests/unit_tests/main.cpp @@ -35,6 +35,7 @@ int main(int argc, char** argv) { epee::string_tools::set_module_name_and_folder(argv[0]); + mlog_configure(mlog_get_default_log_path("unit_tests.log"), true); epee::debug::get_set_enable_assert(true, false); ::testing::InitGoogleTest(&argc, argv); |