Commit ab39cdf
ref(logging): Drop per-string cap on gen_ai log attributes
Gen-AI log attribute strings were capped at 2,000 characters per value
before serialization. Remove the per-string truncation so individual
string values are no longer clipped; the 12,000-character cap on the
whole serialized attribute still bounds total output, and secret
redaction and blob omission are unchanged.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 8471466 commit ab39cdf
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1754 | 1754 | | |
1755 | 1755 | | |
1756 | 1756 | | |
1757 | | - | |
1758 | 1757 | | |
1759 | 1758 | | |
1760 | 1759 | | |
| |||
1781 | 1780 | | |
1782 | 1781 | | |
1783 | 1782 | | |
1784 | | - | |
| 1783 | + | |
1785 | 1784 | | |
1786 | 1785 | | |
1787 | 1786 | | |
| |||
0 commit comments