diff options
author | don-dron <don-dron@yandex-team.com> | 2024-07-08 14:17:32 +0300 |
---|---|---|
committer | don-dron <don-dron@yandex-team.com> | 2024-07-08 14:34:01 +0300 |
commit | 677bee5c8a5ca4ec45e4ac3adcc38e7fe212ef73 (patch) | |
tree | 6b7b78fc02818323999c56cc6d53d4fc612530c5 /yt | |
parent | 417580925872be9fb1d2bc69d81c5c85c277a3d6 (diff) | |
download | ydb-677bee5c8a5ca4ec45e4ac3adcc38e7fe212ef73.tar.gz |
Fix yt log level
e627af2077a1a17b4b06d99b048a886611643919
Diffstat (limited to 'yt')
-rw-r--r-- | yt/yt/core/tracing/trace_context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/core/tracing/trace_context.cpp b/yt/yt/core/tracing/trace_context.cpp index a792c6397a..e9927c8dcc 100644 --- a/yt/yt/core/tracing/trace_context.cpp +++ b/yt/yt/core/tracing/trace_context.cpp @@ -127,7 +127,7 @@ void SetCurrentTraceContext(TTraceContext* context) TTraceContextPtr SwapTraceContext(TTraceContextPtr newContext, TSourceLocation loc) { if (NConcurrency::NDetail::PerThreadFls() && newContext) { - YT_LOG_DEBUG("Writing propagating storage in thread FLS (Location: %v)", + YT_LOG_TRACE("Writing propagating storage in thread FLS (Location: %v)", loc); } |