Skip to content

Commit

Permalink
remove ENABLE_CONTINUOUS_VALIDATION_THREAD: true from docker-compos…
Browse files Browse the repository at this point in the history
…e.yml

this is now the default behavior
  • Loading branch information
skovati committed Mar 19, 2024
1 parent 156b173 commit 53c20bd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ services:
MERLIN_DB_USER: "${AERIE_USERNAME}"
MERLIN_LOCAL_STORE: /usr/src/app/merlin_file_store
MERLIN_PORT: 27183
ENABLE_CONTINUOUS_VALIDATION_THREAD: true
JAVA_OPTS: >
-Dorg.slf4j.simpleLogger.defaultLogLevel=WARN
-Dorg.slf4j.simpleLogger.logFile=System.err
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ services:
-Dorg.slf4j.simpleLogger.log.com.zaxxer.hikari=INFO
-Dorg.slf4j.simpleLogger.logFile=System.err
UNTRUE_PLAN_START: "2000-01-01T11:58:55.816Z"
ENABLE_CONTINUOUS_VALIDATION_THREAD: true
image: aerie_merlin
ports: ["27183:27183", "5005:5005"]
restart: always
Expand Down
1 change: 0 additions & 1 deletion e2e-tests/docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ services:
-Dorg.slf4j.simpleLogger.log.com.zaxxer.hikari=INFO
-Dorg.slf4j.simpleLogger.logFile=System.err
UNTRUE_PLAN_START: '2000-01-01T11:58:55.816Z'
ENABLE_CONTINUOUS_VALIDATION_THREAD: true
image: aerie_merlin
ports: ['27183:27183', '5005:5005']
restart: always
Expand Down

0 comments on commit 53c20bd

Please sign in to comment.