summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/interface/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'yt/cpp/mapreduce/interface/config.cpp')
-rw-r--r--yt/cpp/mapreduce/interface/config.cpp1
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");