summaryrefslogtreecommitdiff
path: root/src/mongo/logv2/attributes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/logv2/attributes.h')
-rw-r--r--src/mongo/logv2/attributes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/logv2/attributes.h b/src/mongo/logv2/attributes.h
index a69e097aaf6..f39f24a95cd 100644
--- a/src/mongo/logv2/attributes.h
+++ b/src/mongo/logv2/attributes.h
@@ -45,6 +45,7 @@ const boost::log::attribute_name& tags();
const boost::log::attribute_name& id();
const boost::log::attribute_name& message();
const boost::log::attribute_name& attributes();
+const boost::log::attribute_name& truncation();
} // namespace attributes
} // namespace logv2