diff options
| author | Alexander Smirnov <[email protected]> | 2025-05-03 00:51:50 +0000 |
|---|---|---|
| committer | Alexander Smirnov <[email protected]> | 2025-05-03 00:51:50 +0000 |
| commit | 423e33de11b68a79baf2677690525aeb2052655c (patch) | |
| tree | 27d26401aab68b20d7392d9ba447e54a3716f0ed /yt/cpp/mapreduce/interface/config.cpp | |
| parent | 726e4fe93a06affb8a5805f80f779e1ebc891ffc (diff) | |
| parent | 0a53819a4fa41d22e878c4cd3c4d95330f583deb (diff) | |
Merge branch 'rightlib' into merge-libs-250503-0050
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"); |
