diff --git a/src/applications/harbormaster/storage/build/HarbormasterBuild.php b/src/applications/harbormaster/storage/build/HarbormasterBuild.php index 569ddef191..fe24542853 100644 --- a/src/applications/harbormaster/storage/build/HarbormasterBuild.php +++ b/src/applications/harbormaster/storage/build/HarbormasterBuild.php @@ -113,6 +113,8 @@ final class HarbormasterBuild extends HarbormasterDAO $log_source, $log_type) { + $log_source = phutil_utf8_shorten($log_source, 250); + $log = HarbormasterBuildLog::initializeNewBuildLog($build_target) ->setLogSource($log_source) ->setLogType($log_type)