Skip to content

Commit 14c905d

Browse files
committed
test/crimson/test_backfill: set BackfillState's log level to debug
Signed-off-by: Xuehan Xu <[email protected]>
1 parent bfe15f6 commit 14c905d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/crimson/test_backfill.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,9 @@ BackfillFixture::BackfillFixture(
270270
this->backfill_targets),
271271
std::make_unique<PGFacade>(this->backfill_source))
272272
{
273+
seastar::global_logger_registry().set_all_loggers_level(
274+
seastar::log_level::debug
275+
);
273276
backfill_state.process_event(crimson::osd::BackfillState::Triggered{}.intrusive_from_this());
274277
}
275278

0 commit comments

Comments
 (0)