Skip to content

Commit 5e4a102

Browse files
remove RUST_LOG=info
Co-authored-by: Devdutt Shenoi <[email protected]> Signed-off-by: Nikhil Sinha <[email protected]>
1 parent 1a0414d commit 5e4a102

4 files changed

+0
-4
lines changed

docker-compose-distributed-test-with-kafka.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ services:
7272
- P_CHECK_UPDATE=false
7373
- P_PARQUET_COMPRESSION_ALGO=snappy
7474
- P_MODE=query
75-
- RUST_LOG=info
7675
networks:
7776
- parseable-internal
7877
healthcheck:

docker-compose-distributed-test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ services:
4545
- P_CHECK_UPDATE=false
4646
- P_PARQUET_COMPRESSION_ALGO=snappy
4747
- P_MODE=query
48-
- RUST_LOG=info
4948
networks:
5049
- parseable-internal
5150
healthcheck:

docker-compose-test-with-kafka.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ services:
4545
- P_PARQUET_COMPRESSION_ALGO=snappy
4646
- P_KAFKA_CONSUMER_TOPICS=test-logs-stream
4747
- P_KAFKA_BOOTSTRAP_SERVERS=kafka-0:9092
48-
- RUST_LOG=info
4948
# additional settings like security, tuning, etc.
5049
depends_on:
5150
- minio

docker-compose-test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ services:
4343
- P_PASSWORD=parseableadmin
4444
- P_CHECK_UPDATE=false
4545
- P_PARQUET_COMPRESSION_ALGO=snappy
46-
- RUST_LOG=info
4746
depends_on:
4847
- minio
4948
healthcheck:

0 commit comments

Comments
 (0)