Skip to content

Commit 3001482

Browse files
author
babenko
committed
Reload local config after update
commit_hash:f1c246c8ab871f8c7c36aaef08f2c18ad63540d2
1 parent 0e791c6 commit 3001482

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

yt/yt/core/logging/log_manager.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,8 @@ class TLogManager::TImpl
13371337

13381338
Visit(event,
13391339
[&] (const TConfigEvent& event) {
1340-
return UpdateConfig(event);
1340+
UpdateConfig(event);
1341+
config = Config_.Acquire();
13411342
},
13421343
[&] (const TLogEvent& event) {
13431344
if (requestSuppressionEnabled && event.RequestId && SuppressedRequestIdSet_.Contains(event.RequestId)) {

0 commit comments

Comments
 (0)