Skip to content

Commit

Permalink
Move responsibility for loglevel envvar to .env
Browse files Browse the repository at this point in the history
  • Loading branch information
za419 committed Aug 6, 2024
1 parent 4095a0b commit f6df315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion config/cadence.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ CSERVER_REQRATELIMIT=CADENCE_RATE_EXAMPLE
POSTGRES_PASSWORD=CADENCE_PASS_EXAMPLE

# ####################################################
# If you are running Cadence through Docker simply as a user,
# If you are running Cadence through Docker simply as a user,
# you are unlikely to ever need to change anything below.

# Development
CSERVER_DEVMODE=0
CSERVER_VERSION=5.4.4
CSERVER_ROOTPATH=/cadence/server/
CSERVER_LOGLEVEL=info

# Service Addresses
CSERVER_PORT=:8080
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ services:
- 8080:8080
env_file:
- ./config/cadence.env
environment:
- CSERVER_LOGLEVEL=${LOG_LEVEL:-info}
volumes:
- CADENCE_PATH_EXAMPLE:CADENCE_PATH_EXAMPLE
depends_on:
Expand Down

0 comments on commit f6df315

Please sign in to comment.