diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-02-05 13:38:15 +0300 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-02-09 19:18:03 +0300 |
commit | c2704741fe6ffabc1a85d6bfc421098e91d5420e (patch) | |
tree | 7a18b7ce8000d837fdbfb9754d79c31e7b0dba2c | |
parent | d1cca2c060ab1fe7fb5dd09f94bf83f9fba571d2 (diff) | |
download | ydb-c2704741fe6ffabc1a85d6bfc421098e91d5420e.tar.gz |
Intermediate changes
-rw-r--r-- | yt/yt/core/logging/formatter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/core/logging/formatter.h b/yt/yt/core/logging/formatter.h index 2c92fc0d5c..e4d41cf719 100644 --- a/yt/yt/core/logging/formatter.h +++ b/yt/yt/core/logging/formatter.h @@ -67,7 +67,7 @@ public: TStructuredLogFormatter( ELogFormat format, THashMap<TString, NYTree::INodePtr> commonFields, - bool enablSystemlMessages = true, + bool enableSystemMessages = true, bool enableSourceLocation = false, bool enableInstant = true, NJson::TJsonFormatConfigPtr jsonFormat = nullptr); |