Skip to content

Commit

Permalink
Provide a default for the LOG_LEVEL envvar
Browse files Browse the repository at this point in the history
  • Loading branch information
za419 committed Aug 3, 2024
1 parent 5de2d0a commit 3b5185b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:
env_file:
- ./config/cadence.env
environment:
- CSERVER_LOGLEVEL=$LOG_LEVEL
- CSERVER_LOGLEVEL=${LOG_LEVEL:-info}
volumes:
- CADENCE_PATH_EXAMPLE:CADENCE_PATH_EXAMPLE
depends_on:
Expand Down

0 comments on commit 3b5185b

Please sign in to comment.