diff --git a/releasenotes/notes/fix-bytestream-str-8dd6d5e9a87f6aa4.yaml b/releasenotes/notes/fix-bytestream-str-8dd6d5e9a87f6aa4.yaml index 62220d2161..7c3d4a429b 100644 --- a/releasenotes/notes/fix-bytestream-str-8dd6d5e9a87f6aa4.yaml +++ b/releasenotes/notes/fix-bytestream-str-8dd6d5e9a87f6aa4.yaml @@ -1,4 +1,4 @@ --- fixes: - | - ByteStream now truncates the data to 1KB in the string representation to avoid excessive log output. + ByteStream now truncates the data to 100 bytes in the string representation to avoid excessive log output.