diff options
| author | ermolovd <[email protected]> | 2024-11-28 15:34:32 +0300 |
|---|---|---|
| committer | ermolovd <[email protected]> | 2024-11-28 15:45:53 +0300 |
| commit | 667d7a8073070f148e1adc7650b55e7a7ef33439 (patch) | |
| tree | e03282783ef7606d02176e91114582bbc8f5dd13 /yt/cpp/mapreduce/interface/config.cpp | |
| parent | 4ba1f3d99a3e5499a3a0fa5c22a4628fe41f06f4 (diff) | |
YT-23645: mapreduce client can use yt/core log manager
commit_hash:7007a3c7f56a6f271073811160f00f03162aaaa6
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"); |
