Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 2b752da

Browse files
author
Aaron Tian
committed
Adjust the log level
1 parent 91f7920 commit 2b752da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/concurrency/timestamp_ordering_transaction_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ void TimestampOrderingTransactionManager::PerformInsert(
477477

478478
if (current_txn->GetLogBuffer()->HasThresholdExceeded()) {
479479

480-
LOG_DEBUG("Submitting log buffer %p", current_txn->GetLogBuffer());
480+
LOG_TRACE("Submitting log buffer %p", current_txn->GetLogBuffer());
481481
/* insert to the queue */
482482
threadpool::LoggerQueuePool::GetInstance().SubmitLogBuffer(
483483
current_txn->GetLogToken(), current_txn->GetLogBuffer());

0 commit comments

Comments
 (0)