Skip to content

Commit 196b7be

Browse files
authored
Decrease PrintLogChunks log message priority (#18322)
1 parent d11ac28 commit 196b7be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/blobstorage/pdisk/blobstorage_pdisk_impl_log.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ void TPDisk::PrintLogChunksInfo(const TString& msg) {
156156
return str.Str();
157157
};
158158

159-
LOG_NOTICE_S(*ActorSystem, NKikimrServices::BS_PDISK_TEST, debugPrint());
159+
LOG_DEBUG_S(*ActorSystem, NKikimrServices::BS_PDISK_TEST, debugPrint());
160160
}
161161

162162
bool TPDisk::LogNonceJump(ui64 previousNonce) {

0 commit comments

Comments
 (0)