diff options
author | hiddenpath <hiddenpath@yandex-team.com> | 2025-05-15 23:07:58 +0300 |
---|---|---|
committer | hiddenpath <hiddenpath@yandex-team.com> | 2025-05-15 23:30:33 +0300 |
commit | fe4b7acaa919cb7e6343a40bcb5a7bff9445dc4a (patch) | |
tree | 239c10e189ac02d17b3b2be86588a6af95ae3e4b | |
parent | 848a8844db4a3dc4400b983591b63611183a7a77 (diff) | |
download | ydb-fe4b7acaa919cb7e6343a40bcb5a7bff9445dc4a.tar.gz |
Log client version only with debug level
commit_hash:565828a02846edaf6fff1ae3f2648a450adf992a
-rw-r--r-- | yt/cpp/mapreduce/client/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/cpp/mapreduce/client/init.cpp b/yt/cpp/mapreduce/client/init.cpp index 9e49f2df685..8c21c8602d6 100644 --- a/yt/cpp/mapreduce/client/init.cpp +++ b/yt/cpp/mapreduce/client/init.cpp @@ -42,7 +42,7 @@ namespace { void WriteVersionToLog() { - YT_LOG_INFO("Wrapper version: %v", + YT_LOG_DEBUG("Wrapper version: %v", TProcessState::Get()->ClientVersion); } |