Integrate gitlab-ci/enhance-gitlab-logging-methods
requested to merge integrate/gitlab-ci/enhance-gitlab-logging-methods/into/seco_lf_v2021.04 into seco_lf_v2021.04
Commit: clea-os/infrastructure/gitlab-ci@092a2b25
[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.