Skip to content

Commit

Permalink
fix(integration-test): run with info logging instead of debug
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <[email protected]>
  • Loading branch information
CodeLieutenant committed Nov 18, 2024
1 parent 1eda028 commit 45960da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ GEMINI_BINARY ?= $(PWD)/bin/gemini
GEMINI_TEST_CLUSTER ?= $(shell docker inspect --format='{{ .NetworkSettings.Networks.gemini.IPAddress }}' gemini-test)
GEMINI_ORACLE_CLUSTER ?= $(shell docker inspect --format='{{ .NetworkSettings.Networks.gemini.IPAddress }}' gemini-oracle)
GEMINI_DOCKER_NETWORK ?= gemini
GEMINI_FLAGS = --fail-fast \
--level=debug \
GEMINI_FLAGS =--fail-fast \
--level=info \
--non-interactive \
--consistency=LOCAL_QUORUM \
--test-host-selection-policy=token-aware \
Expand Down

0 comments on commit 45960da

Please sign in to comment.