curved-television-6568
04/28/2026, 8:43 AM10:40:04.59 [INFO] Completed: Building 11 requirements for requirements.pex from the 3rdparty/python/default.lock resolve: blinker, decorator, gevent, kazoo, pytest, requests, setuptools<82, six, thrift==0.11.0, types-requests, ty... (17 characters truncated)
The last part, about truncating characters... as the note about it is longer than the actual text that was truncated 😂wide-midnight-78598
04/28/2026, 1:32 PMwide-midnight-78598
04/28/2026, 1:34 PM/* This length calculation doesn't treat multi-byte unicode charcters identically
* to single-byte ones for the purpose of figuring out where to truncate the string. But that's
* ok, since we just want to truncate the log string if it's roughly "too long", we don't care
* exactly what the max_len is or whether it effectively changes slightly if there are
* multibyte unicode characters in the string
*/happy-kitchen-89482
04/28/2026, 6:33 PM