diff options
author | chertus <azuikov@ydb.tech> | 2023-01-30 15:41:50 +0300 |
---|---|---|
committer | chertus <azuikov@ydb.tech> | 2023-01-30 15:41:50 +0300 |
commit | 15f7fc2ccbf8c05a9dfc4f2ed01028e086a0b766 (patch) | |
tree | d141f7a19b213d2b67427f921498b0a5714d85ec | |
parent | f109a3becb186c6919d3870dca4636bd1e39ef86 (diff) | |
download | ydb-15f7fc2ccbf8c05a9dfc4f2ed01028e086a0b766.tar.gz |
change logging priority
-rw-r--r-- | ydb/core/tx/columnshard/columnshard_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/tx/columnshard/columnshard_impl.cpp b/ydb/core/tx/columnshard/columnshard_impl.cpp index 8a2698d9296..21ae0d0ed73 100644 --- a/ydb/core/tx/columnshard/columnshard_impl.cpp +++ b/ydb/core/tx/columnshard/columnshard_impl.cpp @@ -902,7 +902,7 @@ std::unique_ptr<TEvPrivate::TEvEviction> TColumnShard::SetupTtl(const THashMap<u actualIndexInfo.SetPathTiering(std::move(eviction)); if (!indexChanges) { - LOG_S_NOTICE("Cannot prepare TTL at tablet " << TabletID()); + LOG_S_DEBUG("Cannot prepare TTL at tablet " << TabletID()); return {}; } if (indexChanges->NeedRepeat) { |