Skip to content

Commit

Permalink
chore: add LOGGER_LEVEL env to docker-compose.yml for easy access
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Jan 25, 2021
1 parent f91f958 commit d774879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ services:
environment:
- ALLOW_INTROSPECTION=true
- CACHE_ENABLED=true
- LOGGER_LEVEL=${LOGGER_LEVEL:-info}
expose:
- ${API_PORT:-3100}
ports:
Expand Down

0 comments on commit d774879

Please sign in to comment.