You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by no...@apache.org on 2020/12/29 12:28:31 UTC

[buildstream] 03/04: Revert "buildgrid-compose.yml: reduce log level to WARN"

This is an automated email from the ASF dual-hosted git repository.

not-in-ldap pushed a commit to branch juerg/re-debug
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit d5820d0412fa79e0ecdb780d1d64cbe6596c1d16
Author: Jürg Billeter <j...@bitron.ch>
AuthorDate: Thu Dec 19 10:50:09 2019 +0100

    Revert "buildgrid-compose.yml: reduce log level to WARN"
    
    This reverts commit 9ae7b67979fe0863d3508943d5936ff88698b444.
---
 .gitlab-ci/buildgrid-compose.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci/buildgrid-compose.yml b/.gitlab-ci/buildgrid-compose.yml
index 95b98f7..0916581 100644
--- a/.gitlab-ci/buildgrid-compose.yml
+++ b/.gitlab-ci/buildgrid-compose.yml
@@ -28,7 +28,7 @@ services:
   controller:
     image: registry.gitlab.com/buildgrid/buildgrid.hub.docker.com/buildgrid:nightly
     command: [
-      "bgd", "server", "start", "-v",
+      "bgd", "server", "start", "-vvv",
       "/etc/buildgrid/default.conf"]
     ports:
       - 50051:50051
@@ -38,7 +38,7 @@ services:
   bot:
     image: registry.gitlab.com/buildgrid/buildgrid.hub.docker.com/buildgrid:nightly
     command: [
-      "bgd", "bot", "--parent=", "-v",
+      "bgd", "bot", "--parent=", "-vvv",
       "--remote=http://controller:50051",
       "--remote-cas=http://controller:50051",
       "buildbox",
@@ -57,7 +57,7 @@ services:
   storage:
     image: registry.gitlab.com/buildgrid/buildgrid.hub.docker.com/buildgrid:nightly
     command: [
-      "bgd", "server", "start", "-v",
+      "bgd", "server", "start", "-vvv",
       "/etc/buildgrid/artifacts.conf"]
     ports:
       - 50052:50052