Skip to content

Commit

Permalink
Make LOG_LEVEL work for .dev docker compose deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Weves committed Aug 15, 2023
1 parent cc99969 commit 77ad873
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment/docker_compose/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ services:
- AZURE_DEPLOYMENT_ID=${AZURE_DEPLOYMENT_ID:-}
- DANSWER_BOT_SLACK_APP_TOKEN=${DANSWER_BOT_SLACK_APP_TOKEN:-}
- DANSWER_BOT_SLACK_BOT_TOKEN=${DANSWER_BOT_SLACK_BOT_TOKEN:-}
- LOG_LEVEL=${LOG_LEVEL:-info}
volumes:
- local_dynamic_storage:/home/storage
- file_connector_tmp_storage:/home/file_connector_storage
Expand Down

0 comments on commit 77ad873

Please sign in to comment.