sS simplifyLogLineForDisplay(S s) { s = unquote(s); if (startsWithDigit(s) && isBetween(parseFirstLong(s), dateBeforeAnyLogFiles(), dateInTheFarFuture())) s = trimSubstring(s, indexOfNonDigit(s)); s = dropPrefix(": ", s); s = replacePrefix("lhm{", "{", s); ret shorten(s, 100); }