diff options
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 bc517eaea21..b28db2bf6bb 100644 --- a/yt/cpp/mapreduce/interface/config.cpp +++ b/yt/cpp/mapreduce/interface/config.cpp @@ -199,6 +199,7 @@ void TConfig::Reset() LogLevel = GetEnv("YT_LOG_LEVEL", "error"); LogPath = GetEnv("YT_LOG_PATH"); LogUseCore = GetBool("YT_LOG_USE_CORE", false); + StructuredLog = GetEnv("YT_STRUCTURED_LOG"); HttpProxyRole = GetEnv("YT_HTTP_PROXY_ROLE"); RpcProxyRole = GetEnv("YT_RPC_PROXY_ROLE"); |
