Skip to content

Commit

Permalink
Add LOG_LEVEL for Temporal docker (#4532)
Browse files Browse the repository at this point in the history
  • Loading branch information
panhavad committed Jul 5, 2021
1 parent 3d3988b commit a7196d4
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 @@ -135,6 +135,7 @@ services:
- POSTGRES_PWD=${DATABASE_PASSWORD}
- POSTGRES_SEEDS=${DATABASE_HOST}
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml
- LOG_LEVEL=${LOG_LEVEL}
volumes:
- ./temporal/dynamicconfig:/etc/temporal/config/dynamicconfig
volumes:
Expand Down

0 comments on commit a7196d4

Please sign in to comment.