aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhiddenpath <hiddenpath@yandex-team.com>2025-05-15 23:07:58 +0300
committerhiddenpath <hiddenpath@yandex-team.com>2025-05-15 23:30:33 +0300
commitfe4b7acaa919cb7e6343a40bcb5a7bff9445dc4a (patch)
tree239c10e189ac02d17b3b2be86588a6af95ae3e4b
parent848a8844db4a3dc4400b983591b63611183a7a77 (diff)
downloadydb-fe4b7acaa919cb7e6343a40bcb5a7bff9445dc4a.tar.gz
Log client version only with debug level
commit_hash:565828a02846edaf6fff1ae3f2648a450adf992a
-rw-r--r--yt/cpp/mapreduce/client/init.cpp2
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);
}