From 0adb7d8e7e6fbcc2b5e0bec7ef11a5a24067a0f6 Mon Sep 17 00:00:00 2001 From: Ivaylo Novakov Date: Tue, 11 May 2021 16:07:51 +0200 Subject: [PATCH] Silence the output. --- docker-compose.jaeger.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.jaeger.yml b/docker-compose.jaeger.yml index 40392ced..ea192b9d 100644 --- a/docker-compose.jaeger.yml +++ b/docker-compose.jaeger.yml @@ -44,7 +44,7 @@ services: - SPAN_STORAGE_TYPE=elasticsearch - LOG_LEVEL=debug - WAIT_START_CMD=/go/bin/collector-linux --es.num-shards=1 --es.num-replicas=0 --es.server-urls=http://elasticsearch:9200 - - WAIT_COMMAND=wget -O index.html http://elasticsearch:9200 + - WAIT_COMMAND=wget -qO index.html http://elasticsearch:9200 - WAIT_SLEEP=1 - WAIT_LOOPS=600 volumes: @@ -68,7 +68,7 @@ services: - SPAN_STORAGE_TYPE=elasticsearch - LOG_LEVEL=debug - WAIT_START_CMD=/go/bin/query-linux --es.num-shards=1 --es.num-replicas=0 --es.server-urls=http://elasticsearch:9200 - - WAIT_COMMAND=wget -O index.html http://elasticsearch:9200 + - WAIT_COMMAND=wget -qO index.html http://elasticsearch:9200 - WAIT_SLEEP=1 - WAIT_LOOPS=600 volumes: