Skip to content

Commit

Permalink
feat(docker-compose): pass LOG_FORMAT through to core service PE-3250
Browse files Browse the repository at this point in the history
This is useful in cases where logs are being sent to a system that has a
built-in understanding of JSON (e.g. AWS CloudWatch).
  • Loading branch information
djwhitt committed Mar 17, 2023
1 parent 63f1049 commit 482e84c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ services:
- ${TEMP_DATA_PATH:-./data/tmp}:/app/data/tmp
environment:
- ENV=${ENV:-development}
- LOG_FORMAT=${LOG_FORMAT:-simple}
- TRUSTED_NODE_URL=${TRUSTED_NODE_URL:-https://arweave.net}
- TRUSTED_GATEWAY_URL=https://${TRUSTED_GATEWAY_HOST:-arweave.net}
- START_HEIGHT=${START_HEIGHT:-0}
Expand Down

0 comments on commit 482e84c

Please sign in to comment.