Skip to content

Logging over-long text values into the same database won't end very well in some cases... #344

@jas88

Description

@jas88

Default logging uses text column type for log entries, hence 64kb length limit - logging the whole excess string then causes problems, particularly when promoting SR modality TextValue fields which can be HTML documents...

$"Found value '{value}' that was too long for it's VR ({tag}). Max length was {_maxTagLengths[tag]} supplied value was length {value.Length}"));

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions