aboutsummaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/interface/logging
diff options
context:
space:
mode:
authorbabenko <babenko@yandex-team.com>2024-10-20 17:04:47 +0300
committerbabenko <babenko@yandex-team.com>2024-10-20 17:19:01 +0300
commite36aa48cf1a20abbfa2a921748f3f1a32b7000be (patch)
tree834cd5cfd04a4c8a80ea24626fa280f420ae5126 /yt/cpp/mapreduce/interface/logging
parent849246505c7f71dc743ab87a18a4d9a8da1cd1bf (diff)
downloadydb-e36aa48cf1a20abbfa2a921748f3f1a32b7000be.tar.gz
Introduce message_level_overrides to tune log message levels at runtime
* Changelog entry Type: feature Add message_level_overrides option to logging config for better run-time tuning. commit_hash:07e9563fd111c437edf7ac0e5dd190781878d8fa
Diffstat (limited to 'yt/cpp/mapreduce/interface/logging')
-rw-r--r--yt/cpp/mapreduce/interface/logging/yt_log.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/yt/cpp/mapreduce/interface/logging/yt_log.cpp b/yt/cpp/mapreduce/interface/logging/yt_log.cpp
index 6b1e8ff049..4ff38d4c58 100644
--- a/yt/cpp/mapreduce/interface/logging/yt_log.cpp
+++ b/yt/cpp/mapreduce/interface/logging/yt_log.cpp
@@ -30,8 +30,6 @@ public:
return;
}
- anchor->Enabled.store(true);
-
auto guard = Guard(Mutex_);
anchor->SourceLocation = sourceLocation;
anchor->AnchorMessage = anchorMessage;