Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonYao287 committed Sep 10, 2024
1 parent 0f139b1 commit 0d98f68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tests/test_raft_repl_dev.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,8 @@ int main(int argc, char* argv[]) {
FLAGS_folly_global_cpu_executor_threads = 4;
g_helper = std::make_unique< test_common::HSReplTestHelper >("test_raft_repl_dev", args, orig_argv);
g_helper->setup();
sisl::logging::SetModuleLogLevel("replication", spdlog::level::level_enum::trace);
sisl::logging::SetModuleLogLevel("replication", spdlog::level::level_enum::debug);
sisl::logging::SetModuleLogLevel("nuraft_mesg", spdlog::level::level_enum::debug);

auto ret = RUN_ALL_TESTS();
g_helper->teardown();
Expand Down

0 comments on commit 0d98f68

Please sign in to comment.