We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4719c70 commit 63e791cCopy full SHA for 63e791c
1 file changed
specification/logs/sdk.md
@@ -231,6 +231,11 @@ from the exception on the `LogRecord` with the conventions outlined in the
231
User-provided attributes MUST take precedence and MUST NOT be overwritten by
232
exception-derived attributes.
233
234
+Note: For performance optimization, SDKs MAY take the configured
235
+[attribute limits](#logrecord-limits) into consideration when generating large
236
+exception attributes (e.g., `exception.stacktrace`). This can help avoid
237
+unnecessary processing of large attribute values that would be truncated anyway.
238
+
239
**Status**: [Development](../document-status.md) Before processing a log record,
240
the implementation MUST apply the filtering rules defined by the
241
[LoggerConfig](#loggerconfig) (in case `Enabled` was not called prior to
0 commit comments