Merge pull request #7374 from overleaf/ae-docker-compose-log-level

Remove --log-level from DOCKER_COMPOSE_FLAGS

GitOrigin-RevId: dc301c33be82dc356be9c66e27b168a05edb9068
This commit is contained in:
Jakob Ackermann
2022-04-05 12:21:45 +00:00
committed by Copybot
parent 1ea97c6ae6
commit 35538da3fa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
DOCKER_COMPOSE_FLAGS ?= -f docker-compose.yml --log-level ERROR
DOCKER_COMPOSE_FLAGS ?= -f docker-compose.yml
BUILD_NUMBER ?= local
BRANCH_NAME ?= $(shell git rev-parse --abbrev-ref HEAD)