Skip to content

Commit

Permalink
reduce log dev logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravi Nagarjun Akella authored and Ravi Nagarjun Akella committed Aug 1, 2024
1 parent 3ebfbaa commit ccbcbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/logstore/log_dev.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ void LogDev::do_load(const off_t device_cursor) {
break;
}

THIS_LOGDEV_LOG(INFO, "Found log group header offset=0x{} header {}", to_hex(group_dev_offset), *header);
THIS_LOGDEV_LOG(DEBUG, "Found log group header offset=0x{} header {}", to_hex(group_dev_offset), *header);
HS_REL_ASSERT_EQ(header->start_idx(), m_log_idx.load(), "log indx is not the expected one");
if (loaded_from == -1) { loaded_from = header->start_idx(); }

Expand Down

0 comments on commit ccbcbec

Please sign in to comment.