[8.9] chore(NA): remove a small change to trigger risk-free backport (#160810) (#160811)

# Backport

This will backport the following commits from `main` to `8.9`:
- [chore(NA): remove a small change to trigger risk-free backport
(#160810)](https://github.com/elastic/kibana/pull/160810)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Tiago
Costa","email":"tiago.costa@elastic.co"},"sourceCommit":{"committedDate":"2023-06-28T20:08:33Z","message":"chore(NA):
remove a small change to trigger risk-free backport
(#160810)\n\nRemoving a small change that can be safely backported, to
test\r\nauto-approval
workflows","sha":"6535c66b7ee2c3fe269a59a15b5c1b4a06afa019","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Operations","release_note:skip","backport:prev-minor","v8.10.0"],"number":160810,"url":"https://github.com/elastic/kibana/pull/160810","mergeCommit":{"message":"chore(NA):
remove a small change to trigger risk-free backport
(#160810)\n\nRemoving a small change that can be safely backported, to
test\r\nauto-approval
workflows","sha":"6535c66b7ee2c3fe269a59a15b5c1b4a06afa019"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/160810","number":160810,"mergeCommit":{"message":"chore(NA):
remove a small change to trigger risk-free backport
(#160810)\n\nRemoving a small change that can be safely backported, to
test\r\nauto-approval
workflows","sha":"6535c66b7ee2c3fe269a59a15b5c1b4a06afa019"}}]}]
BACKPORT-->

Co-authored-by: Tiago Costa <tiago.costa@elastic.co>
This commit is contained in:
Kibana Machine 2023-06-28 16:17:51 -04:00 committed by GitHub
parent 6a340982fe
commit 0cfb1833cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@ async function runBazelRunner(runner, args, options = undefined) {
]);
if (process.env.CI && !options?.quiet) {
// on CI it's useful to reduce the logging output, but we still want to see basic info from Bazel so continue to log the INFO: lines from bazel.
// on CI it's useful to reduce the logging output, but we still want to see basic info from Bazel so continue to log the INFO: lines from bazel
for (const line of buffer) {
if (line.startsWith('INFO:') && !line.startsWith('INFO: From ')) {
console.log(options?.logPrefix ? `${options.logPrefix} ${line}` : line);