Browse Source

Intermediate changes

robot-piglet 1 year ago
parent
commit
c2704741fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      yt/yt/core/logging/formatter.h

+ 1 - 1
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);