Skip to content

Commit 5eeeef4

Browse files
committed
reduce consumer log
1 parent 5c1b8c8 commit 5eeeef4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phxqueue/consumer/consumer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ comm::RetCode Consumer::Handle(const comm::proto::ConsumerContext &cc,
858858

859859
comm::ConsumerConsumeBP::GetThreadInstance()->OnHandleEnd(impl_->cc, item, handle_result);
860860

861-
QLInfo("Handle handle_id %d ori_pub_id %d pub_id %d sub_ids %" PRIu64 " hash %" PRIu64 " uin %" PRIu64 " handle_result %d",
861+
QLVerb("Handle handle_id %d ori_pub_id %d pub_id %d sub_ids %" PRIu64 " hash %" PRIu64 " uin %" PRIu64 " handle_result %d",
862862
item.meta().handle_id(), item.meta().pub_id(), item.pub_id(), (uint64_t)item.sub_ids(), (uint64_t)item.meta().hash(), (uint64_t)item.meta().uin(), handle_result);
863863

864864
return comm::RetCode::RET_OK;

0 commit comments

Comments
 (0)