Skip to content

Truncate command output when debugging

Sam White requested to merge sam-truncate-output into main

What does this MR do?

This MR applied the fix drafted in !77 (closed) to address the issue described in gitlab-org/gitlab#339031 (closed).

Specifically it truncates the log output for messages that exceed 1000 characters to keep the total output manageable for debugging purposes.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Sam White

Merge request reports