Skip to content

Commit

Permalink
only remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonYao287 committed Sep 11, 2024
1 parent 55f68a0 commit 3f31a48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class HomestoreConan(ConanFile):
name = "homestore"
version = "6.4.57"
version = "6.4.58"

homepage = "https://github.com/eBay/Homestore"
description = "HomeStore Storage Engine"
Expand Down
4 changes: 2 additions & 2 deletions src/tests/test_log_store.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@ int main(int argc, char* argv[]) {
SISL_OPTIONS_LOAD(parsed_argc, argv, logging, test_log_store, iomgr, test_common_setup);
sisl::logging::SetLogger("test_log_store");
spdlog::set_pattern("[%D %T%z] [%^%l%$] [%t] %v");
sisl::logging::SetModuleLogLevel("logstore", spdlog::level::level_enum::trace);
sisl::logging::SetModuleLogLevel("journalvdev", spdlog::level::level_enum::debug);
// sisl::logging::SetModuleLogLevel("logstore", spdlog::level::level_enum::trace);
// sisl::logging::SetModuleLogLevel("journalvdev", spdlog::level::level_enum::debug);
return RUN_ALL_TESTS();
}

0 comments on commit 3f31a48

Please sign in to comment.