Skip to content

Draft: Integrate gitlab-ci/enhance-gitlab-logging-methods

--

Commit: clea-os/infrastructure/gitlab-ci@0cff3ebc

[CICD][GITLAB][LOGGING] Improve GitLab logging behavior with section markers

Previously, when using GitLab’s section feature in logging, the start and end section markers were printed even if the log level did not require the actual log message to be shown—resulting in empty sections.

This enhancement ensures that section start and end markers are only printed when the corresponding log message is actually emitted.

Merge request reports

Loading