Skip to content

Commit

Permalink
Drop logging from example envs
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Oct 24, 2023
1 parent ae0581d commit 77b8c75
Show file tree
Hide file tree
Showing 51 changed files with 50 additions and 152 deletions.
4 changes: 1 addition & 3 deletions src/demo_auction/configs/dipdup.compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ sentry:
environment: ${SENTRY_ENVIRONMENT:-""}

prometheus:
host: 0.0.0.0

logging: ${LOGLEVEL:-INFO}
host: 0.0.0.0
4 changes: 1 addition & 3 deletions src/demo_auction/configs/dipdup.sqlite.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
database:
kind: sqlite
path: ${SQLITE_PATH:-/tmp/demo_auction.sqlite}

logging: ${LOGLEVEL:-INFO}
path: ${SQLITE_PATH:-/tmp/demo_auction.sqlite}
4 changes: 1 addition & 3 deletions src/demo_auction/configs/dipdup.swarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ sentry:
environment: ${SENTRY_ENVIRONMENT:-""}

prometheus:
host: 0.0.0.0

logging: ${LOGLEVEL:-INFO}
host: 0.0.0.0
4 changes: 1 addition & 3 deletions src/demo_big_maps/configs/dipdup.compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ sentry:
environment: ${SENTRY_ENVIRONMENT:-""}

prometheus:
host: 0.0.0.0

logging: ${LOGLEVEL:-INFO}
host: 0.0.0.0
4 changes: 1 addition & 3 deletions src/demo_big_maps/configs/dipdup.sqlite.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
database:
kind: sqlite
path: ${SQLITE_PATH:-/tmp/demo_big_maps.sqlite}

logging: ${LOGLEVEL:-INFO}
path: ${SQLITE_PATH:-/tmp/demo_big_maps.sqlite}
4 changes: 1 addition & 3 deletions src/demo_big_maps/configs/dipdup.swarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ sentry:
environment: ${SENTRY_ENVIRONMENT:-""}

prometheus:
host: 0.0.0.0

logging: ${LOGLEVEL:-INFO}
host: 0.0.0.0
4 changes: 1 addition & 3 deletions src/demo_blank/configs/dipdup.compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ sentry:
environment: ${SENTRY_ENVIRONMENT:-""}

prometheus:
host: 0.0.0.0

logging: ${LOGLEVEL:-INFO}
host: 0.0.0.0
4 changes: 1 addition & 3 deletions src/demo_blank/configs/dipdup.sqlite.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
database:
kind: sqlite
path: ${SQLITE_PATH:-/tmp/demo_blank.sqlite}

logging: ${LOGLEVEL:-INFO}
path: ${SQLITE_PATH:-/tmp/demo_blank.sqlite}
4 changes: 1 addition & 3 deletions src/demo_blank/configs/dipdup.swarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ sentry:
environment: ${SENTRY_ENVIRONMENT:-""}

prometheus:
host: 0.0.0.0

logging: ${LOGLEVEL:-INFO}
host: 0.0.0.0
4 changes: 1 addition & 3 deletions src/demo_dao/configs/dipdup.compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ sentry:
environment: ${SENTRY_ENVIRONMENT:-""}

prometheus:
host: 0.0.0.0

logging: ${LOGLEVEL:-INFO}
host: 0.0.0.0
4 changes: 1 addition & 3 deletions src/demo_dao/configs/dipdup.sqlite.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
database:
kind: sqlite
path: ${SQLITE_PATH:-/tmp/demo_dao.sqlite}

logging: ${LOGLEVEL:-INFO}
path: ${SQLITE_PATH:-/tmp/demo_dao.sqlite}
4 changes: 1 addition & 3 deletions src/demo_dao/configs/dipdup.swarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ sentry:
environment: ${SENTRY_ENVIRONMENT:-""}

prometheus:
host: 0.0.0.0

logging: ${LOGLEVEL:-INFO}
host: 0.0.0.0
4 changes: 1 addition & 3 deletions src/demo_dex/configs/dipdup.compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ sentry:
environment: ${SENTRY_ENVIRONMENT:-""}

prometheus:
host: 0.0.0.0

logging: ${LOGLEVEL:-INFO}
host: 0.0.0.0
4 changes: 1 addition & 3 deletions src/demo_dex/configs/dipdup.sqlite.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
database:
kind: sqlite
path: ${SQLITE_PATH:-/tmp/demo_dex.sqlite}

logging: ${LOGLEVEL:-INFO}
path: ${SQLITE_PATH:-/tmp/demo_dex.sqlite}
4 changes: 1 addition & 3 deletions src/demo_dex/configs/dipdup.swarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ sentry:
environment: ${SENTRY_ENVIRONMENT:-""}

prometheus:
host: 0.0.0.0

logging: ${LOGLEVEL:-INFO}
host: 0.0.0.0
4 changes: 1 addition & 3 deletions src/demo_domains/configs/dipdup.compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ sentry:
environment: ${SENTRY_ENVIRONMENT:-""}

prometheus:
host: 0.0.0.0

logging: ${LOGLEVEL:-INFO}
host: 0.0.0.0
4 changes: 1 addition & 3 deletions src/demo_domains/configs/dipdup.sqlite.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
database:
kind: sqlite
path: ${SQLITE_PATH:-/tmp/demo_domains.sqlite}

logging: ${LOGLEVEL:-INFO}
path: ${SQLITE_PATH:-/tmp/demo_domains.sqlite}
4 changes: 1 addition & 3 deletions src/demo_domains/configs/dipdup.swarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ sentry:
environment: ${SENTRY_ENVIRONMENT:-""}

prometheus:
host: 0.0.0.0

logging: ${LOGLEVEL:-INFO}
host: 0.0.0.0
4 changes: 1 addition & 3 deletions src/demo_events/configs/dipdup.compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ sentry:
environment: ${SENTRY_ENVIRONMENT:-""}

prometheus:
host: 0.0.0.0

logging: ${LOGLEVEL:-INFO}
host: 0.0.0.0
4 changes: 1 addition & 3 deletions src/demo_events/configs/dipdup.sqlite.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
database:
kind: sqlite
path: ${SQLITE_PATH:-/tmp/demo_events.sqlite}

logging: ${LOGLEVEL:-INFO}
path: ${SQLITE_PATH:-/tmp/demo_events.sqlite}
4 changes: 1 addition & 3 deletions src/demo_events/configs/dipdup.swarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ sentry:
environment: ${SENTRY_ENVIRONMENT:-""}

prometheus:
host: 0.0.0.0

logging: ${LOGLEVEL:-INFO}
host: 0.0.0.0
4 changes: 1 addition & 3 deletions src/demo_evm_events/configs/dipdup.compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ sentry:
environment: ${SENTRY_ENVIRONMENT:-""}

prometheus:
host: 0.0.0.0

logging: ${LOGLEVEL:-INFO}
host: 0.0.0.0
4 changes: 1 addition & 3 deletions src/demo_evm_events/configs/dipdup.sqlite.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
database:
kind: sqlite
path: ${SQLITE_PATH:-/tmp/demo_evm_events.sqlite}

logging: ${LOGLEVEL:-INFO}
path: ${SQLITE_PATH:-/tmp/demo_evm_events.sqlite}
4 changes: 1 addition & 3 deletions src/demo_evm_events/configs/dipdup.swarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ sentry:
environment: ${SENTRY_ENVIRONMENT:-""}

prometheus:
host: 0.0.0.0

logging: ${LOGLEVEL:-INFO}
host: 0.0.0.0
4 changes: 1 addition & 3 deletions src/demo_factories/configs/dipdup.compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ sentry:
environment: ${SENTRY_ENVIRONMENT:-""}

prometheus:
host: 0.0.0.0

logging: ${LOGLEVEL:-INFO}
host: 0.0.0.0
4 changes: 1 addition & 3 deletions src/demo_factories/configs/dipdup.sqlite.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
database:
kind: sqlite
path: ${SQLITE_PATH:-/tmp/demo_factories.sqlite}

logging: ${LOGLEVEL:-INFO}
path: ${SQLITE_PATH:-/tmp/demo_factories.sqlite}
4 changes: 1 addition & 3 deletions src/demo_factories/configs/dipdup.swarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ sentry:
environment: ${SENTRY_ENVIRONMENT:-""}

prometheus:
host: 0.0.0.0

logging: ${LOGLEVEL:-INFO}
host: 0.0.0.0
4 changes: 1 addition & 3 deletions src/demo_head/configs/dipdup.compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ sentry:
environment: ${SENTRY_ENVIRONMENT:-""}

prometheus:
host: 0.0.0.0

logging: ${LOGLEVEL:-INFO}
host: 0.0.0.0
4 changes: 1 addition & 3 deletions src/demo_head/configs/dipdup.sqlite.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
database:
kind: sqlite
path: ${SQLITE_PATH:-/tmp/demo_head.sqlite}

logging: ${LOGLEVEL:-INFO}
path: ${SQLITE_PATH:-/tmp/demo_head.sqlite}
4 changes: 1 addition & 3 deletions src/demo_head/configs/dipdup.swarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ sentry:
environment: ${SENTRY_ENVIRONMENT:-""}

prometheus:
host: 0.0.0.0

logging: ${LOGLEVEL:-INFO}
host: 0.0.0.0
4 changes: 1 addition & 3 deletions src/demo_nft_marketplace/configs/dipdup.compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ sentry:
environment: ${SENTRY_ENVIRONMENT:-""}

prometheus:
host: 0.0.0.0

logging: ${LOGLEVEL:-INFO}
host: 0.0.0.0
4 changes: 1 addition & 3 deletions src/demo_nft_marketplace/configs/dipdup.sqlite.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
database:
kind: sqlite
path: ${SQLITE_PATH:-/tmp/demo_nft_marketplace.sqlite}

logging: ${LOGLEVEL:-INFO}
path: ${SQLITE_PATH:-/tmp/demo_nft_marketplace.sqlite}
4 changes: 1 addition & 3 deletions src/demo_nft_marketplace/configs/dipdup.swarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ sentry:
environment: ${SENTRY_ENVIRONMENT:-""}

prometheus:
host: 0.0.0.0

logging: ${LOGLEVEL:-INFO}
host: 0.0.0.0
4 changes: 1 addition & 3 deletions src/demo_raw/configs/dipdup.compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ sentry:
environment: ${SENTRY_ENVIRONMENT:-""}

prometheus:
host: 0.0.0.0

logging: ${LOGLEVEL:-INFO}
host: 0.0.0.0
4 changes: 1 addition & 3 deletions src/demo_raw/configs/dipdup.sqlite.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
database:
kind: sqlite
path: ${SQLITE_PATH:-/tmp/demo_raw.sqlite}

logging: ${LOGLEVEL:-INFO}
path: ${SQLITE_PATH:-/tmp/demo_raw.sqlite}
4 changes: 1 addition & 3 deletions src/demo_raw/configs/dipdup.swarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ sentry:
environment: ${SENTRY_ENVIRONMENT:-""}

prometheus:
host: 0.0.0.0

logging: ${LOGLEVEL:-INFO}
host: 0.0.0.0
4 changes: 1 addition & 3 deletions src/demo_token/configs/dipdup.compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ sentry:
environment: ${SENTRY_ENVIRONMENT:-""}

prometheus:
host: 0.0.0.0

logging: ${LOGLEVEL:-INFO}
host: 0.0.0.0
4 changes: 1 addition & 3 deletions src/demo_token/configs/dipdup.sqlite.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
database:
kind: sqlite
path: ${SQLITE_PATH:-/tmp/demo_token.sqlite}

logging: ${LOGLEVEL:-INFO}
path: ${SQLITE_PATH:-/tmp/demo_token.sqlite}
4 changes: 1 addition & 3 deletions src/demo_token/configs/dipdup.swarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ sentry:
environment: ${SENTRY_ENVIRONMENT:-""}

prometheus:
host: 0.0.0.0

logging: ${LOGLEVEL:-INFO}
host: 0.0.0.0
4 changes: 1 addition & 3 deletions src/demo_token_balances/configs/dipdup.compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ sentry:
environment: ${SENTRY_ENVIRONMENT:-""}

prometheus:
host: 0.0.0.0

logging: ${LOGLEVEL:-INFO}
host: 0.0.0.0
4 changes: 1 addition & 3 deletions src/demo_token_balances/configs/dipdup.sqlite.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
database:
kind: sqlite
path: ${SQLITE_PATH:-/tmp/demo_token_balances.sqlite}

logging: ${LOGLEVEL:-INFO}
path: ${SQLITE_PATH:-/tmp/demo_token_balances.sqlite}
Loading

0 comments on commit 77b8c75

Please sign in to comment.