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}")); |