Skip to content

Do not color newline in log messages

Adam Cohen requested to merge do-not-color-newline-in-log-messages into master

What does this MR do?

Previously, we were colouring the newline (\n) character in log messages, but it caused gotestsum to fail. This MR fixes that issue by ensuring that we don't colour newline characters.

What are the relevant issue numbers?

Fix coloured log output in logutil package of s... (gitlab-org/gitlab#375625 - closed)

Testing

Tested in Update common to v3.2.1 to fix gotestsum cmd (report!45 - merged):

Does this MR meet the acceptance criteria?

Edited by Lucas Charles

Merge request reports