Skip to content

Support annotating thrift fields with max length for toString()

Roy Sindre Norangshol requested to merge norrs:max_length_size into master

This is useful for using providence models directly in loggers and where we don't want to log huge binaries or strings.

Currently support fields of type binary or string.

Merge request reports