Skip to content

Commit cb5f429

Browse files
committed
Decrease PrintLogChunksInfo logging priority NOTICE->DEBUG (#18306)
1 parent 7e5f853 commit cb5f429

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
@@ -155,7 +155,7 @@ void TPDisk::PrintLogChunksInfo(const TString& msg) {
155155
return str.Str();
156156
};
157157

158-
P_LOG(PRI_NOTICE, BPD01, "PrintLogChunksInfo " << msg, (LogChunks, debugPrint()));
158+
P_LOG(PRI_DEBUG, BPD01, "PrintLogChunksInfo " << msg, (LogChunks, debugPrint()));
159159
}
160160

161161
bool TPDisk::LogNonceJump(ui64 previousNonce) {

0 commit comments

Comments
 (0)