diff options
| author | hiddenpath <[email protected]> | 2025-05-03 01:51:57 +0300 |
|---|---|---|
| committer | hiddenpath <[email protected]> | 2025-05-03 02:02:40 +0300 |
| commit | 0a53819a4fa41d22e878c4cd3c4d95330f583deb (patch) | |
| tree | 33851f3ef8ddc4966b4539946e254cf1f400d779 /yt/cpp/mapreduce/interface/config.cpp | |
| parent | acb2861c75522a1fb9ccfaf8fec3ed71aca4a685 (diff) | |
YT-24500: Introduce structured logging
commit_hash:e6ea4db1e3a66694223008fec3b5064a4d58a8e1
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"); |
