diff --git a/tests/unit/test_main.cpp b/tests/unit/test_main.cpp index a2d5f51d..702ffe83 100644 --- a/tests/unit/test_main.cpp +++ b/tests/unit/test_main.cpp @@ -9,6 +9,6 @@ using ::testing::InitGoogleTest; int main(int argc, char** argv) { InitGoogleTest(&argc, argv); // todo pull from config - initLogging("/workspaces/obcpp/tests/unit/logs", true, argc, argv); + initLogging("/workspaces/obcpp/tests/unit/logs", false, argc, argv); return RUN_ALL_TESTS(); } \ No newline at end of file