diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-01-16 10:45:59 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-01-16 10:45:59 +0000 |
| commit | a480bf6b1497eb1f5e9b27026d009663fea19642 (patch) | |
| tree | afc6aaa829a9f1ff1fa6d359e1fab6326c61d6ec /tests/unit_tests/main.cpp | |
| parent | ab69d5b3670cc21a10aab9ad16919afdcc80fdba (diff) | |
| download | monzero-core-a480bf6b1497eb1f5e9b27026d009663fea19642.tar.gz monzero-core-a480bf6b1497eb1f5e9b27026d009663fea19642.tar.xz monzero-core-a480bf6b1497eb1f5e9b27026d009663fea19642.zip | |
fixups in logging init calls, and add missing net context in a log
Diffstat (limited to 'tests/unit_tests/main.cpp')
| -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); |
