diff options
| author | Alexander Smirnov <[email protected]> | 2024-11-28 15:03:16 +0000 |
|---|---|---|
| committer | Alexander Smirnov <[email protected]> | 2024-11-28 15:03:16 +0000 |
| commit | 070d5e2e4a7a55bafd68d83ad7ff0c3a3788ec16 (patch) | |
| tree | d6c83f5d699727aa888ca8aa62243e7703e23867 /yt/cpp/mapreduce/interface/config.cpp | |
| parent | 2f8998014b614a26927adaad429c80717c247058 (diff) | |
| parent | 796e6186c6652f49958e68c7eb0f06c52827e702 (diff) | |
Merge branch 'rightlib' into mergelibs-241128-1502
Diffstat (limited to 'yt/cpp/mapreduce/interface/config.cpp')
| -rw-r--r-- | yt/cpp/mapreduce/interface/config.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/interface/config.cpp b/yt/cpp/mapreduce/interface/config.cpp index b1f546f7a4e..0ed5cb57f8e 100644 --- a/yt/cpp/mapreduce/interface/config.cpp +++ b/yt/cpp/mapreduce/interface/config.cpp @@ -194,6 +194,7 @@ void TConfig::Reset() ApiVersion = GetEnv("YT_VERSION", "v3"); LogLevel = GetEnv("YT_LOG_LEVEL", "error"); LogPath = GetEnv("YT_LOG_PATH"); + LogUseCore = GetBool("YT_LOG_USE_CORE", false); ContentEncoding = GetEncoding("YT_CONTENT_ENCODING"); AcceptEncoding = GetEncoding("YT_ACCEPT_ENCODING"); |
