diff options
| author | hiddenpath <[email protected]> | 2025-06-04 00:03:00 +0300 |
|---|---|---|
| committer | hiddenpath <[email protected]> | 2025-06-04 00:30:00 +0300 |
| commit | 5a0c4130701ca71b820a48ccb151b3bde804bda0 (patch) | |
| tree | 9c2944cfa139aa4674f4f7a952b9d4d03043132c | |
| parent | ae2301e61a11962e9581c93fae46144f3f60aed1 (diff) | |
Add a todo to remove the LogUseCore option
commit_hash:2af1e11b5ae48afa30c1762d0170f3089a2e117f
| -rw-r--r-- | yt/cpp/mapreduce/interface/config.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/yt/cpp/mapreduce/interface/config.h b/yt/cpp/mapreduce/interface/config.h index 686061a87ca..6e6d7b191c2 100644 --- a/yt/cpp/mapreduce/interface/config.h +++ b/yt/cpp/mapreduce/interface/config.h @@ -114,13 +114,12 @@ struct TConfig /// /// For historical reasons mapreduce client uses its own logging system. /// - /// If this options is set to true library switches to yt/yt/core logging by default. - /// But if user calls @ref NYT::SetLogger library switches back to logger provided by user + /// Currently library uses yt/yt/core logging by default. + /// But if user calls @ref NYT::SetLogger, library switches back to logger provided by user /// (except for messages from yt/yt/core). /// - /// This is temporary option. In future it would be true by default, and then removed. - /// - /// https://st.yandex-team.ru/YT-23645 + /// TODO: This is a temporary option for emergency fallback. + /// Should be removed after eliminating all NYT::SetLogger references. bool LogUseCore = true; // Compression for data that is sent to YT cluster. |
